#99DDDF

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

Shades of Charlotte #99DDDF

Tints of Charlotte #99DDDF

Color information

#99DDDF (or 0x99DDDF) is unknown color: approx Charlotte. HEX triplet: 99, DD and DF. RGB value is (153,221,223). Sum of RGB (Red+Green+Blue) = 153+221+223=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #99DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDDF is #662220. Grayscale: #C8C8C8. Windows color (decimal): -6693409 or 14671257. OLE color: 14671257.

HSL color Cylindrical-coordinate representation of color #99DDDF: hue angle of 181.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDDF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153221223-
CMYK0.310.0100.13
HSL181.71º52.24%73.73%-
HSV(B)181.71º31.39%87.45%-
XYZ52.3163.8179.37-
YUV200.9140.4793.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.63%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=25.63%
G=37.02%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212230.310.0100.13181.7152.2473.73
Hex99DDDF1F10Db6344a
Octal23133533737101526664112
Binary10011001110111011101111111111101101101101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDDF; }

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

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

<style>
 a { background-color: #99DDDF; }

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

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

<style>
 span { border-color: #99DDDF; }

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

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