Html Css Color HEX #8FAFEB Jordy Blue

📋 copy color: '#8FAFEB'

red 143 ◦ green 175 ◦ blue 235

#8FAFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #8FAFEB

Tints of Jordy Blue #8FAFEB

RGB

 RED value IS 143 (56.25% from 255) = 25.86%

 GREEN value IS 175 (68.75% from 255) = 31.65%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 25.86%
G = 31.65%
B = 42.5%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8FAFEB (or 0x8FAFEB) is known color: Jordy Blue. HEX triplet: 8F, AF and EB. RGB value is (143,175,235). Sum of RGB (Red+Green+Blue) = 143+175+235=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFEB is #705014. Grayscale: #ACACAC. Windows color (decimal): -7360533 or 15445903. OLE color: 15445903.

HSL color Cylindrical-coordinate representation of color #8FAFEB: hue angle of 219.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAFEB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 175 235 -
CMYK 0.39 0.26 0 0.08
HSL 219.13º 0.7% 0.74% -
HSV(B) 219.13º 0.39% 0.92% -
XYZ 41.65 42.5 84.6 -
YUV 172.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 143 175 235 0.39 0.26 0 0.08 219.13 0.7 0.74
Hex 8F AF EB 27 1A 0 8 DB 46 4A
Octal 217 257 353 47 32 0 10 333 106 112
Binary 10001111 10101111 11101011 100111 11010 0 1000 11011011 1000110 1001010

Color Harmonies of #8FAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFEB

Black with #8FAFEB

Text Example


Text Example

White with #8FAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAFEB; }

 p { color: rgb(143,175,235); }

 H1.HeaderClassName
 {
   color: #8FAFEB;
 }
 .AnyTagClassName
 {
   color: #8FAFEB;
 }
</style>

background-color css

<style>
 a { background-color: #8FAFEB; }

 a { background-color: rgb(143,175,235); }

 div.DivClassName
 {
   background-color: #8FAFEB;
 }
 .BgClassName
 {
   background-color: #8FAFEB;
 }
</style>

border-color css

<style>
 span { border-color: #8FAFEB; }

 span { border-color: rgb(143,175,235); }

 td.TdClassName
 {
   border-color: #8FAFEB;
 }
 .TagClassName
 {
   border-color: #8FAFEB;
 }
</style>