Html Css Color HEX #9EE1DE Charlotte

📋 copy color: '#9EE1DE'

red 158 ◦ green 225 ◦ blue 222

#9EE1DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #9EE1DE

Tints of Charlotte #9EE1DE

RGB

 RED value IS 158 (62.11% from 255) = 26.12%

 GREEN value IS 225 (88.28% from 255) = 37.19%

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 26.12%
G = 37.19%
B = 36.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#9EE1DE (or 0x9EE1DE) is known color: Charlotte. HEX triplet: 9E, E1 and DE. RGB value is (158,225,222). Sum of RGB (Red+Green+Blue) = 158+225+222=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1DE is #611E21. Grayscale: #CCCCCC. Windows color (decimal): -6364706 or 14606750. OLE color: 14606750.

HSL color Cylindrical-coordinate representation of color #9EE1DE: hue angle of 177.31º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1DE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 225 222 -
CMYK 0.30 0 0.01 0.12
HSL 177.31º 0.53% 0.75% -
HSV(B) 177.31º 0.3% 0.88% -
XYZ 54.21 66.39 79.07 -
YUV 204.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 158 225 222 0.30 0 0.01 0.12 177.31 0.53 0.75
Hex 9E E1 DE 1E 0 1 C B1 35 4B
Octal 236 341 336 36 0 1 14 261 65 113
Binary 10011110 11100001 11011110 11110 0 1 1100 10110001 110101 1001011

Color Harmonies of #9EE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE1DE

Black with #9EE1DE

Text Example


Text Example

White with #9EE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EE1DE;
 }
 .AnyTagClassName
 {
   color: #9EE1DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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