#8EDDE1

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

Shades of Charlotte #8EDDE1

Tints of Charlotte #8EDDE1

Color information

#8EDDE1 (or 0x8EDDE1) is unknown color: approx Charlotte. HEX triplet: 8E, DD and E1. RGB value is (142,221,225). Sum of RGB (Red+Green+Blue) = 142+221+225=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDE1 is #71221E. Grayscale: #C5C5C5. Windows color (decimal): -7414303 or 14802318. OLE color: 14802318.

HSL color Cylindrical-coordinate representation of color #8EDDE1: hue angle of 182.89º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EDDE1 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142221225-
CMYK0.370.0200.12
HSL182.89º58.04%71.96%-
HSV(B)182.89º36.89%88.24%-
XYZ50.662.980.71-
YUV197.84143.3388.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.15%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=24.15%
G=37.59%
B=38.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422212250.370.0200.12182.8958.0471.96
Hex8EDDE12520Cb73a48
Octal21633534145201426772110
Binary1000111011011101111000011001011001100101101111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,225); }

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

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

 a { background-color: rgb(142,221,225); }

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

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

 span { border-color: rgb(142,221,225); }

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