#A2DBEB

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

Shades of Charlotte #A2DBEB

Tints of Charlotte #A2DBEB

Color information

#A2DBEB (or 0xA2DBEB) is unknown color: approx Charlotte. HEX triplet: A2, DB and EB. RGB value is (162,219,235). Sum of RGB (Red+Green+Blue) = 162+219+235=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBEB is #5D2414. Grayscale: #CBCBCB. Windows color (decimal): -6104085 or 15457186. OLE color: 15457186.

HSL color Cylindrical-coordinate representation of color #A2DBEB: hue angle of 193.15º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2DBEB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162219235-
CMYK0.310.0700.08
HSL193.15º64.6%77.84%-
HSV(B)193.15º31.06%92.16%-
XYZ55.2364.3488.11-
YUV203.78145.6298.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=26.30%
G=35.55%
B=38.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622192350.310.0700.08193.1564.677.84
HexA2DBEB1F708c1414e
Octal242333353377010301101116
Binary10100010110110111110101111111111010001100000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DBEB; }

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

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

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

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

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

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

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

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