Html Css Color HEX #A2DEE0 Charlotte

📋 copy color: '#A2DEE0'

red 162 ◦ green 222 ◦ blue 224

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

Shades of Charlotte #A2DEE0

Tints of Charlotte #A2DEE0

RGB

 RED value IS 162 (63.67% from 255) = 26.64%

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 26.64%
G = 36.51%
B = 36.84%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A2DEE0 (or 0xA2DEE0) is known color: Charlotte. HEX triplet: A2, DE and E0. RGB value is (162,222,224). Sum of RGB (Red+Green+Blue) = 162+222+224=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #A2DEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEE0 is #5D211F. Grayscale: #CCCCCC. Windows color (decimal): -6103328 or 14737058. OLE color: 14737058.

HSL color Cylindrical-coordinate representation of color #A2DEE0: hue angle of 181.94º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2DEE0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 222 224 -
CMYK 0.28 0.01 0 0.12
HSL 181.94º 0.5% 0.76% -
HSV(B) 181.94º 0.28% 0.88% -
XYZ 54.48 65.31 80.26 -
YUV 204.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 162 222 224 0.28 0.01 0 0.12 181.94 0.5 0.76
Hex A2 DE E0 1C 1 0 C B6 32 4C
Octal 242 336 340 34 1 0 14 266 62 114
Binary 10100010 11011110 11100000 11100 1 0 1100 10110110 110010 1001100

Color Harmonies of #A2DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DEE0

Black with #A2DEE0

Text Example


Text Example

White with #A2DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DEE0; }

 p { color: rgb(162,222,224); }

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

background-color css

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

 a { background-color: rgb(162,222,224); }

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

border-color css

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

 span { border-color: rgb(162,222,224); }

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