#8EADE9

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

Shades of Jordy Blue #8EADE9

Tints of Jordy Blue #8EADE9

Color information

#8EADE9 (or 0x8EADE9) is unknown color: approx Jordy Blue. HEX triplet: 8E, AD and E9. RGB value is (142,173,233). Sum of RGB (Red+Green+Blue) = 142+173+233=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #8EADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADE9 is #715216. Grayscale: #AAAAAA. Windows color (decimal): -7426583 or 15314318. OLE color: 15314318.

HSL color Cylindrical-coordinate representation of color #8EADE9: hue angle of 219.56º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EADE9 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142173233-
CMYK0.390.2600.09
HSL219.56º67.41%73.53%-
HSV(B)219.56º39.06%91.37%-
XYZ40.8141.5282.95-
YUV170.57163.23107.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=25.91%
G=31.57%
B=42.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421732330.390.2600.09219.5667.4173.53
Hex8EADE9271A09dc434a
Octal2162553514732011334103112
Binary10001110101011011110100110011111010010011101110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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