#8EADE4

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

Shades of Jordy Blue #8EADE4

Tints of Jordy Blue #8EADE4

Color information

#8EADE4 (or 0x8EADE4) is unknown color: approx Jordy Blue. HEX triplet: 8E, AD and E4. RGB value is (142,173,228). Sum of RGB (Red+Green+Blue) = 142+173+228=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADE4 is #71521B. Grayscale: #A9A9A9. Windows color (decimal): -7426588 or 14986638. OLE color: 14986638.

HSL color Cylindrical-coordinate representation of color #8EADE4: hue angle of 218.37º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EADE4 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142173228-
CMYK0.380.2400.11
HSL218.37º61.43%72.55%-
HSV(B)218.37º37.72%89.41%-
XYZ40.141.2479.25-
YUV170160.73108.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=26.15%
G=31.86%
B=41.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421732280.380.2400.11218.3761.4372.55
Hex8EADE426180Bda3d49
Octal216255344463001333275111
Binary1000111010101101111001001001101100001011110110101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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