#A2DEEB

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

Shades of Charlotte #A2DEEB

Tints of Charlotte #A2DEEB

Color information

#A2DEEB (or 0xA2DEEB) is unknown color: approx Charlotte. HEX triplet: A2, DE and EB. RGB value is (162,222,235). Sum of RGB (Red+Green+Blue) = 162+222+235=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEEB is #5D2114. Grayscale: #CDCDCD. Windows color (decimal): -6103317 or 15457954. OLE color: 15457954.

HSL color Cylindrical-coordinate representation of color #A2DEEB: hue angle of 190.68º 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 #A2DEEB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162222235-
CMYK0.310.0600.08
HSL190.68º64.6%77.84%-
HSV(B)190.68º31.06%92.16%-
XYZ56.0265.9288.37-
YUV205.54144.6296.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.17%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=26.17%
G=35.86%
B=37.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622222350.310.0600.08190.6864.677.84
HexA2DEEB1F608bf414e
Octal242336353376010277101116
Binary10100010110111101110101111111110010001011111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEEB; }

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

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

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

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

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

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

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

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