Html Css Color HEX #8FABEC Jordy Blue

📋 copy color: '#8FABEC'

red 143 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #8FABEC

Tints of Jordy Blue #8FABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.09%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 26%
G = 31.09%
B = 42.91%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FABEC (or 0x8FABEC) is known color: Jordy Blue. HEX triplet: 8F, AB and EC. RGB value is (143,171,236). Sum of RGB (Red+Green+Blue) = 143+171+236=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABEC is #705413. Grayscale: #A9A9A9. Windows color (decimal): -7361556 or 15510415. OLE color: 15510415.

HSL color Cylindrical-coordinate representation of color #8FABEC: hue angle of 221.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FABEC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 171 236 -
CMYK 0.39 0.28 0 0.07
HSL 221.94º 0.71% 0.74% -
HSV(B) 221.94º 0.39% 0.93% -
XYZ 41.03 41.02 85.11 -
YUV 170.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 143 171 236 0.39 0.28 0 0.07 221.94 0.71 0.74
Hex 8F AB EC 27 1C 0 7 DE 47 4A
Octal 217 253 354 47 34 0 7 336 107 112
Binary 10001111 10101011 11101100 100111 11100 0 111 11011110 1000111 1001010

Color Harmonies of #8FABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABEC

Black with #8FABEC

Text Example


Text Example

White with #8FABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,236); }

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

background-color css

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

 a { background-color: rgb(143,171,236); }

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

border-color css

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

 span { border-color: rgb(143,171,236); }

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