#99daeb

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

Shades of Charlotte #99DAEB

Tints of Charlotte #99DAEB

Color information

#99DAEB (or 0x99DAEB) is unknown color: approx Charlotte. HEX triplet: 99, DA and EB. RGB value is (153,218,235). Sum of RGB (Red+Green+Blue) = 153+218+235=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #99DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DAEB is #662514. Grayscale: #C8C8C8. Windows color (decimal): -6694165 or 15456921. OLE color: 15456921.

HSL color Cylindrical-coordinate representation of color #99DAEB: hue angle of 192.44º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DAEB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153218235-
CMYK0.350.0700.08
HSL192.44º67.21%76.08%-
HSV(B)192.44º34.89%92.16%-
XYZ53.262.9187.94-
YUV200.5147.4794.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.25%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=25.25%
G=35.97%
B=38.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532182350.350.0700.08192.4467.2176.08
Hex99DAEB23708c0434c
Octal231332353437010300103114
Binary100110011101101011101011100011111010001100000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99daeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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