#A2DCEB

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

Shades of Charlotte #A2DCEB

Tints of Charlotte #A2DCEB

Color information

#A2DCEB (or 0xA2DCEB) is unknown color: approx Charlotte. HEX triplet: A2, DC and EB. RGB value is (162,220,235). Sum of RGB (Red+Green+Blue) = 162+220+235=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCEB is #5D2314. Grayscale: #CCCCCC. Windows color (decimal): -6103829 or 15457442. OLE color: 15457442.

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

Color convert

RGB162220235-
CMYK0.310.0600.08
HSL192.33º64.6%77.84%-
HSV(B)192.33º31.06%92.16%-
XYZ55.4964.8788.19-
YUV204.37145.2897.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.26%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=26.26%
G=35.66%
B=38.09%

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
Decimal1622202350.310.0600.08192.3364.677.84
HexA2DCEB1F608c0414e
Octal242334353376010300101116
Binary10100010110111001110101111111110010001100000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DCEB; }

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

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

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

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

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

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

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

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