Html Css Color HEX #A1DEE5 Charlotte

📋 copy color: '#A1DEE5'

red 161 ◦ green 222 ◦ blue 229

#A1DEE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #A1DEE5

Tints of Charlotte #A1DEE5

RGB

 RED value IS 161 (63.28% from 255) = 26.31%

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 26.31%
G = 36.27%
B = 37.42%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A1DEE5 (or 0xA1DEE5) is known color: Charlotte. HEX triplet: A1, DE and E5. RGB value is (161,222,229). Sum of RGB (Red+Green+Blue) = 161+222+229=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #A1DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEE5 is #5E211A. Grayscale: #CCCCCC. Windows color (decimal): -6168859 or 15064737. OLE color: 15064737.

HSL color Cylindrical-coordinate representation of color #A1DEE5: hue angle of 186.18º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1DEE5 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 222 229 -
CMYK 0.30 0.03 0 0.10
HSL 186.18º 0.57% 0.76% -
HSV(B) 186.18º 0.3% 0.9% -
XYZ 54.96 65.48 83.87 -
YUV 204.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 161 222 229 0.30 0.03 0 0.10 186.18 0.57 0.76
Hex A1 DE E5 1E 3 0 A BA 39 4C
Octal 241 336 345 36 3 0 12 272 71 114
Binary 10100001 11011110 11100101 11110 11 0 1010 10111010 111001 1001100

Color Harmonies of #A1DEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DEE5

Black with #A1DEE5

Text Example


Text Example

White with #A1DEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DEE5; }

 p { color: rgb(161,222,229); }

 H1.HeaderClassName
 {
   color: #A1DEE5;
 }
 .AnyTagClassName
 {
   color: #A1DEE5;
 }
</style>

background-color css

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

 a { background-color: rgb(161,222,229); }

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

border-color css

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

 span { border-color: rgb(161,222,229); }

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