#8EADE5

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

Shades of Jordy Blue #8EADE5

Tints of Jordy Blue #8EADE5

Color information

#8EADE5 (or 0x8EADE5) is unknown color: approx Jordy Blue. HEX triplet: 8E, AD and E5. RGB value is (142,173,229). Sum of RGB (Red+Green+Blue) = 142+173+229=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADE5 is #71521A. Grayscale: #A9A9A9. Windows color (decimal): -7426587 or 15052174. OLE color: 15052174.

HSL color Cylindrical-coordinate representation of color #8EADE5: hue angle of 218.62º degrees, saturation: 0.63, 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 #8EADE5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142173229-
CMYK0.380.2400.10
HSL218.62º62.59%72.75%-
HSV(B)218.62º37.99%89.8%-
XYZ40.2441.379.98-
YUV170.11161.23107.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=26.10%
G=31.80%
B=42.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421732290.380.2400.10218.6262.5972.75
Hex8EADE526180Adb3f49
Octal216255345463001233377111
Binary1000111010101101111001011001101100001010110110111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,229); }

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

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

 a { background-color: rgb(142,173,229); }

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

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

 span { border-color: rgb(142,173,229); }

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