#9DE1DF

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

Shades of Charlotte #9DE1DF

Tints of Charlotte #9DE1DF

Color information

#9DE1DF (or 0x9DE1DF) is unknown color: approx Charlotte. HEX triplet: 9D, E1 and DF. RGB value is (157,225,223). Sum of RGB (Red+Green+Blue) = 157+225+223=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1DF is #621E20. Grayscale: #CCCCCC. Windows color (decimal): -6430241 or 14672285. OLE color: 14672285.

HSL color Cylindrical-coordinate representation of color #9DE1DF: hue angle of 178.24º 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 #9DE1DF is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB157225223-
CMYK0.3000.010.12
HSL178.24º53.12%74.9%-
HSV(B)178.24º30.22%88.24%-
XYZ54.1566.3579.76-
YUV204.44138.4794.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.95%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=25.95%
G=37.19%
B=36.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572252230.3000.010.12178.2453.1274.9
Hex9DE1DF1E01Cb2354b
Octal23534133736011426265113
Binary10011101111000011101111111110011100101100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,223); }

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

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

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

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

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

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

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