Html Css Color HEX #8FABEF Jordy Blue

📋 copy color: '#8FABEF'

red 143 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #8FABEF

Tints of Jordy Blue #8FABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 25.86%
G = 30.92%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FABEF (or 0x8FABEF) is known color: Jordy Blue. HEX triplet: 8F, AB and EF. RGB value is (143,171,239). Sum of RGB (Red+Green+Blue) = 143+171+239=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABEF is #705410. Grayscale: #AAAAAA. Windows color (decimal): -7361553 or 15707023. OLE color: 15707023.

HSL color Cylindrical-coordinate representation of color #8FABEF: hue angle of 222.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FABEF is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 171 239 -
CMYK 0.40 0.28 0 0.06
HSL 222.5º 0.75% 0.75% -
HSV(B) 222.5º 0.4% 0.94% -
XYZ 41.47 41.2 87.43 -
YUV 170.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 143 171 239 0.40 0.28 0 0.06 222.5 0.75 0.75
Hex 8F AB EF 28 1C 0 6 DE 4B 4B
Octal 217 253 357 50 34 0 6 336 113 113
Binary 10001111 10101011 11101111 101000 11100 0 110 11011110 1001011 1001011

Color Harmonies of #8FABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABEF

Black with #8FABEF

Text Example


Text Example

White with #8FABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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