#A1DAE8

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

Shades of Charlotte #A1DAE8

Tints of Charlotte #A1DAE8

Color information

#A1DAE8 (or 0xA1DAE8) is unknown color: approx Charlotte. HEX triplet: A1, DA and E8. RGB value is (161,218,232). Sum of RGB (Red+Green+Blue) = 161+218+232=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAE8 is #5E2517. Grayscale: #CACACA. Windows color (decimal): -6169880 or 15260321. OLE color: 15260321.

HSL color Cylindrical-coordinate representation of color #A1DAE8: hue angle of 191.83º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DAE8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161218232-
CMYK0.310.0600.09
HSL191.83º60.68%77.06%-
HSV(B)191.83º30.6%90.98%-
XYZ54.3363.5585.75-
YUV202.55144.6298.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.35%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=26.35%
G=35.68%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612182320.310.0600.09191.8360.6877.06
HexA1DAE81F609c03d4d
Octal24133235037601130075115
Binary1010000111011010111010001111111001001110000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAE8; }

 p { color: rgb(161,218,232); }

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

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

 a { background-color: rgb(161,218,232); }

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

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

 span { border-color: rgb(161,218,232); }

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