#99DBEB

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

Shades of Charlotte #99DBEB

Tints of Charlotte #99DBEB

Color information

#99DBEB (or 0x99DBEB) is unknown color: approx Charlotte. HEX triplet: 99, DB and EB. RGB value is (153,219,235). Sum of RGB (Red+Green+Blue) = 153+219+235=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #99DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBEB is #662414. Grayscale: #C8C8C8. Windows color (decimal): -6693909 or 15457177. OLE color: 15457177.

HSL color Cylindrical-coordinate representation of color #99DBEB: hue angle of 191.71º 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 #99DBEB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153219235-
CMYK0.350.0700.08
HSL191.71º67.21%76.08%-
HSV(B)191.71º34.89%92.16%-
XYZ53.4663.4388.02-
YUV201.09147.1393.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.21%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=25.21%
G=36.08%
B=38.71%

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
Decimal1532192350.350.0700.08191.7167.2176.08
Hex99DBEB23708c0434c
Octal231333353437010300103114
Binary100110011101101111101011100011111010001100000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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