#9EDFDF

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

Shades of Charlotte #9EDFDF

Tints of Charlotte #9EDFDF

Color information

#9EDFDF (or 0x9EDFDF) is unknown color: approx Charlotte. HEX triplet: 9E, DF and DF. RGB value is (158,223,223). Sum of RGB (Red+Green+Blue) = 158+223+223=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #9EDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFDF is #612020. Grayscale: #CBCBCB. Windows color (decimal): -6365217 or 14671774. OLE color: 14671774.

HSL color Cylindrical-coordinate representation of color #9EDFDF: hue angle of 180º 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 #9EDFDF is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158223223-
CMYK0.29000.13
HSL180º50.39%74.71%-
HSV(B)180º29.15%87.45%-
XYZ53.8165.3779.59-
YUV203.56138.9795.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.16%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=26.16%
G=36.92%
B=36.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582232230.29000.1318050.3974.71
Hex9EDFDF1D00Db4324b
Octal23633733735001526462113
Binary10011110110111111101111111101001101101101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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