#A1DBEC

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

Shades of Charlotte #A1DBEC

Tints of Charlotte #A1DBEC

Color information

#A1DBEC (or 0xA1DBEC) is unknown color: approx Charlotte. HEX triplet: A1, DB and EC. RGB value is (161,219,236). Sum of RGB (Red+Green+Blue) = 161+219+236=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEC is #5E2413. Grayscale: #CBCBCB. Windows color (decimal): -6169620 or 15522721. OLE color: 15522721.

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

Color convert

RGB161219236-
CMYK0.320.0700.07
HSL193.6º66.37%77.84%-
HSV(B)193.6º31.78%92.55%-
XYZ55.1764.388.86-
YUV203.6146.2897.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.14%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=26.14%
G=35.55%
B=38.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612192360.320.0700.07193.666.3777.84
HexA1DBEC20707c2424e
Octal24133335440707302102116
Binary10100001110110111110110010000011101111100001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBEC; }

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

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

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

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

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

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

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

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