#8FABE5

Color #8FABE5 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8FABE5

Tints of Jordy Blue #8FABE5

Color information

#8FABE5 (or 0x8FABE5) is unknown color: approx Jordy Blue. HEX triplet: 8F, AB and E5. RGB value is (143,171,229). Sum of RGB (Red+Green+Blue) = 143+171+229=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABE5 is #70541A. Grayscale: #A8A8A8. Windows color (decimal): -7361563 or 15051663. OLE color: 15051663.

HSL color Cylindrical-coordinate representation of color #8FABE5: hue angle of 220.47º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FABE5 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143171229-
CMYK0.380.2500.10
HSL220.47º62.32%72.94%-
HSV(B)220.47º37.55%89.8%-
XYZ40.0340.6279.86-
YUV169.24161.72109.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.34%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=26.34%
G=31.49%
B=42.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1431712290.380.2500.10220.4762.3272.94
Hex8FABE526190Adc3e49
Octal217253345463101233476111
Binary1000111110101011111001011001101100101010110111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FABE5;
 }
 .AnyTagClassName
 {
   color: #8FABE5;
 }
</style>
background-color css

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

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

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

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

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

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