Html Css Color HEX #A1DEE8 Charlotte

📋 copy color: '#A1DEE8'

red 161 ◦ green 222 ◦ blue 232

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

Shades of Charlotte #A1DEE8

Tints of Charlotte #A1DEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.72%

R = 26.18%
G = 36.1%
B = 37.72%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A1DEE8 (or 0xA1DEE8) is known color: Charlotte. HEX triplet: A1, DE and E8. RGB value is (161,222,232). Sum of RGB (Red+Green+Blue) = 161+222+232=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1DEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DEE8 is #5E2117. Grayscale: #CCCCCC. Windows color (decimal): -6168856 or 15261345. OLE color: 15261345.

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

Color convert

RGB 161 222 232 -
CMYK 0.31 0.04 0 0.09
HSL 188.45º 0.61% 0.77% -
HSV(B) 188.45º 0.31% 0.91% -
XYZ 55.38 65.65 86.1 -
YUV 204.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 161 222 232 0.31 0.04 0 0.09 188.45 0.61 0.77
Hex A1 DE E8 1F 4 0 9 BC 3D 4D
Octal 241 336 350 37 4 0 11 274 75 115
Binary 10100001 11011110 11101000 11111 100 0 1001 10111100 111101 1001101

Color Harmonies of #A1DEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DEE8

Black with #A1DEE8

Text Example


Text Example

White with #A1DEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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