Html Css Color HEX #9EDFDE Charlotte

📋 copy color: '#9EDFDE'

red 158 ◦ green 223 ◦ blue 222

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

Shades of Charlotte #9EDFDE

Tints of Charlotte #9EDFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 26.2%
G = 36.98%
B = 36.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#9EDFDE (or 0x9EDFDE) is known color: Charlotte. HEX triplet: 9E, DF and DE. RGB value is (158,223,222). Sum of RGB (Red+Green+Blue) = 158+223+222=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFDE is #612021. Grayscale: #CBCBCB. Windows color (decimal): -6365218 or 14606238. OLE color: 14606238.

HSL color Cylindrical-coordinate representation of color #9EDFDE: hue angle of 179.08º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFDE is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 222 -
CMYK 0.29 0 0.00 0.13
HSL 179.08º 0.5% 0.75% -
HSV(B) 179.08º 0.29% 0.87% -
XYZ 53.67 65.32 78.89 -
YUV 203.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 158 223 222 0.29 0 0.00 0.13 179.08 0.5 0.75
Hex 9E DF DE 1D 0 0 D B3 32 4B
Octal 236 337 336 35 0 0 15 263 62 113
Binary 10011110 11011111 11011110 11101 0 0 1101 10110011 110010 1001011

Color Harmonies of #9EDFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFDE

Black with #9EDFDE

Text Example


Text Example

White with #9EDFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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