#A2DBEC

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

Shades of Charlotte #A2DBEC

Tints of Charlotte #A2DBEC

Color information

#A2DBEC (or 0xA2DBEC) is unknown color: approx Charlotte. HEX triplet: A2, DB and EC. RGB value is (162,219,236). Sum of RGB (Red+Green+Blue) = 162+219+236=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBEC is #5D2413. Grayscale: #CBCBCB. Windows color (decimal): -6104084 or 15522722. OLE color: 15522722.

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

Color convert

RGB162219236-
CMYK0.310.0700.07
HSL193.78º66.07%78.04%-
HSV(B)193.78º31.36%92.55%-
XYZ55.3764.488.87-
YUV203.9146.1298.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.26%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=26.26%
G=35.49%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622192360.310.0700.07193.7866.0778.04
HexA2DBEC1F707c2424e
Octal24233335437707302102116
Binary1010001011011011111011001111111101111100001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DBEC; }

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

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

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

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

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

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

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

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