#A1DAEE

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

Shades of Charlotte #A1DAEE

Tints of Charlotte #A1DAEE

Color information

#A1DAEE (or 0xA1DAEE) is unknown color: approx Charlotte. HEX triplet: A1, DA and EE. RGB value is (161,218,238). Sum of RGB (Red+Green+Blue) = 161+218+238=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAEE is #5E2511. Grayscale: #CBCBCB. Windows color (decimal): -6169874 or 15653537. OLE color: 15653537.

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

Color convert

RGB161218238-
CMYK0.320.0800.07
HSL195.58º69.37%78.24%-
HSV(B)195.58º32.35%93.33%-
XYZ55.263.8990.31-
YUV203.24147.6297.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.09%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=26.09%
G=35.33%
B=38.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612182380.320.0800.07195.5869.3778.24
HexA1DAEE20807c4454e
Octal241332356401007304105116
Binary101000011101101011101110100000100001111100010010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAEE; }

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

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

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

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

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

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

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

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