#99D9DF

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

Shades of Charlotte #99D9DF

Tints of Charlotte #99D9DF

Color information

#99D9DF (or 0x99D9DF) is unknown color: approx Charlotte. HEX triplet: 99, D9 and DF. RGB value is (153,217,223). Sum of RGB (Red+Green+Blue) = 153+217+223=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #99D9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9DF is #662620. Grayscale: #C6C6C6. Windows color (decimal): -6694433 or 14670233. OLE color: 14670233.

HSL color Cylindrical-coordinate representation of color #99D9DF: hue angle of 185.14º 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 #99D9DF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153217223-
CMYK0.310.0300.13
HSL185.14º52.24%73.73%-
HSV(B)185.14º31.39%87.45%-
XYZ51.2761.7379.02-
YUV198.55141.895.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=25.80%
G=36.59%
B=37.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532172230.310.0300.13185.1452.2473.73
Hex99D9DF1F30Db9344a
Octal23133133737301527164112
Binary100110011101100111011111111111101101101110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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