#8EAAFC

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

Shades of Jordy Blue #8EAAFC

Tints of Jordy Blue #8EAAFC

Color information

#8EAAFC (or 0x8EAAFC) is unknown color: approx Jordy Blue. HEX triplet: 8E, AA and FC. RGB value is (142,170,252). Sum of RGB (Red+Green+Blue) = 142+170+252=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAFC is #715503. Grayscale: #AAAAAA. Windows color (decimal): -7427332 or 16558734. OLE color: 16558734.

HSL color Cylindrical-coordinate representation of color #8EAAFC: hue angle of 224.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EAAFC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142170252-
CMYK0.440.3300.01
HSL224.73º94.83%77.25%-
HSV(B)224.73º43.65%98.82%-
XYZ43.141.5397.84-
YUV170.98173.72107.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.18%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=25.18%
G=30.14%
B=44.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421702520.440.3300.01224.7394.8377.25
Hex8EAAFC2C2101e15f4d
Octal216252374544101341137115
Binary100011101010101011111100101100100001011110000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,252); }

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

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

 a { background-color: rgb(142,170,252); }

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

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

 span { border-color: rgb(142,170,252); }

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