#A1DAEA

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

Shades of Charlotte #A1DAEA

Tints of Charlotte #A1DAEA

Color information

#A1DAEA (or 0xA1DAEA) is unknown color: approx Charlotte. HEX triplet: A1, DA and EA. RGB value is (161,218,234). Sum of RGB (Red+Green+Blue) = 161+218+234=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAEA is #5E2515. Grayscale: #CACACA. Windows color (decimal): -6169878 or 15391393. OLE color: 15391393.

HSL color Cylindrical-coordinate representation of color #A1DAEA: hue angle of 193.15º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DAEA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161218234-
CMYK0.310.0700.08
HSL193.15º63.48%77.45%-
HSV(B)193.15º31.2%91.76%-
XYZ54.6263.6687.25-
YUV202.78145.6298.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=26.26%
G=35.56%
B=38.17%

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
Decimal1612182340.310.0700.08193.1563.4877.45
HexA1DAEA1F708c13f4d
Octal24133235237701030177115
Binary1010000111011010111010101111111101000110000011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAEA; }

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

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

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

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

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

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

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

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