#A1DBEB

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

Shades of Charlotte #A1DBEB

Tints of Charlotte #A1DBEB

Color information

#A1DBEB (or 0xA1DBEB) is unknown color: approx Charlotte. HEX triplet: A1, DB and EB. RGB value is (161,219,235). Sum of RGB (Red+Green+Blue) = 161+219+235=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEB is #5E2414. Grayscale: #CBCBCB. Windows color (decimal): -6169621 or 15457185. OLE color: 15457185.

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

Color convert

RGB161219235-
CMYK0.310.0700.08
HSL192.97º64.91%77.65%-
HSV(B)192.97º31.49%92.16%-
XYZ55.0264.2488.1-
YUV203.48145.7897.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=26.18%
G=35.61%
B=38.21%

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
Decimal1612192350.310.0700.08192.9764.9177.65
HexA1DBEB1F708c1414e
Octal241333353377010301101116
Binary10100001110110111110101111111111010001100000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBEB; }

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

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

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

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

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

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

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

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