#9EE1E5

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

Shades of Charlotte #9EE1E5

Tints of Charlotte #9EE1E5

Color information

#9EE1E5 (or 0x9EE1E5) is unknown color: approx Charlotte. HEX triplet: 9E, E1 and E5. RGB value is (158,225,229). Sum of RGB (Red+Green+Blue) = 158+225+229=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #9EE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1E5 is #611E1A. Grayscale: #CDCDCD. Windows color (decimal): -6364699 or 15065502. OLE color: 15065502.

HSL color Cylindrical-coordinate representation of color #9EE1E5: hue angle of 183.38º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE1E5 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158225229-
CMYK0.310.0200.10
HSL183.38º57.72%75.88%-
HSV(B)183.38º31%89.8%-
XYZ55.1766.7884.11-
YUV205.42141.394.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=25.82%
G=36.76%
B=37.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582252290.310.0200.10183.3857.7275.88
Hex9EE1E51F20Ab73a4c
Octal23634134537201226772114
Binary100111101110000111100101111111001010101101111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EE1E5; }

 p { color: rgb(158,225,229); }

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

<style>
 a { background-color: #9EE1E5; }

 a { background-color: rgb(158,225,229); }

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

<style>
 span { border-color: #9EE1E5; }

 span { border-color: rgb(158,225,229); }

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