#9DDDDF

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

Shades of Charlotte #9DDDDF

Tints of Charlotte #9DDDDF

Color information

#9DDDDF (or 0x9DDDDF) is unknown color: approx Charlotte. HEX triplet: 9D, DD and DF. RGB value is (157,221,223). Sum of RGB (Red+Green+Blue) = 157+221+223=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDDF is #622220. Grayscale: #CACACA. Windows color (decimal): -6431265 or 14671261. OLE color: 14671261.

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

Color convert

RGB157221223-
CMYK0.300.0100.13
HSL181.82º50.77%74.51%-
HSV(B)181.82º29.6%87.45%-
XYZ53.0864.2179.41-
YUV202.09139.895.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.12%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=26.12%
G=36.77%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572212230.300.0100.13181.8250.7774.51
Hex9DDDDF1E10Db6334b
Octal23533533736101526663113
Binary10011101110111011101111111110101101101101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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