#99DAEE

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

Shades of Charlotte #99DAEE

Tints of Charlotte #99DAEE

Color information

#99DAEE (or 0x99DAEE) is unknown color: approx Charlotte. HEX triplet: 99, DA and EE. RGB value is (153,218,238). Sum of RGB (Red+Green+Blue) = 153+218+238=609 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.12% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #99DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAEE is #662511. Grayscale: #C8C8C8. Windows color (decimal): -6694162 or 15653529. OLE color: 15653529.

HSL color Cylindrical-coordinate representation of color #99DAEE: hue angle of 194.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99DAEE is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153218238-
CMYK0.360.0800.07
HSL194.12º71.43%76.67%-
HSV(B)194.12º35.71%93.33%-
XYZ53.6463.0990.24-
YUV200.84148.9793.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.12%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=25.12%
G=35.80%
B=39.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532182380.360.0800.07194.1271.4376.67
Hex99DAEE24807c2474d
Octal231332356441007302107115
Binary100110011101101011101110100100100001111100001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,218,238); }

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

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

 a { background-color: rgb(153,218,238); }

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

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

 span { border-color: rgb(153,218,238); }

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