Html Css Color HEX #8FABEA Jordy Blue

📋 copy color: '#8FABEA'

red 143 ◦ green 171 ◦ blue 234

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

Shades of Jordy Blue #8FABEA

Tints of Jordy Blue #8FABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 26.09%
G = 31.2%
B = 42.7%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FABEA (or 0x8FABEA) is known color: Jordy Blue. HEX triplet: 8F, AB and EA. RGB value is (143,171,234). Sum of RGB (Red+Green+Blue) = 143+171+234=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABEA is #705415. Grayscale: #A9A9A9. Windows color (decimal): -7361558 or 15379343. OLE color: 15379343.

HSL color Cylindrical-coordinate representation of color #8FABEA: hue angle of 221.54º degrees, saturation: 0.68, 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 #8FABEA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 171 234 -
CMYK 0.39 0.27 0 0.08
HSL 221.54º 0.68% 0.74% -
HSV(B) 221.54º 0.39% 0.92% -
XYZ 40.74 40.91 83.59 -
YUV 169.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 143 171 234 0.39 0.27 0 0.08 221.54 0.68 0.74
Hex 8F AB EA 27 1B 0 8 DE 44 4A
Octal 217 253 352 47 33 0 10 336 104 112
Binary 10001111 10101011 11101010 100111 11011 0 1000 11011110 1000100 1001010

Color Harmonies of #8FABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABEA

Black with #8FABEA

Text Example


Text Example

White with #8FABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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