Html Css Color HEX #A2DAE1 Charlotte

📋 copy color: '#A2DAE1'

red 162 ◦ green 218 ◦ blue 225

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

Shades of Charlotte #A2DAE1

Tints of Charlotte #A2DAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 26.78%
G = 36.03%
B = 37.19%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A2DAE1 (or 0xA2DAE1) is known color: Charlotte. HEX triplet: A2, DA and E1. RGB value is (162,218,225). Sum of RGB (Red+Green+Blue) = 162+218+225=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #A2DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAE1 is #5D251E. Grayscale: #C9C9C9. Windows color (decimal): -6104351 or 14801570. OLE color: 14801570.

HSL color Cylindrical-coordinate representation of color #A2DAE1: hue angle of 186.67º degrees, saturation: 0.51, 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 #A2DAE1 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 218 225 -
CMYK 0.28 0.03 0 0.12
HSL 186.67º 0.51% 0.76% -
HSV(B) 186.67º 0.28% 0.88% -
XYZ 53.56 63.26 80.62 -
YUV 202.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 162 218 225 0.28 0.03 0 0.12 186.67 0.51 0.76
Hex A2 DA E1 1C 3 0 C BB 33 4C
Octal 242 332 341 34 3 0 14 273 63 114
Binary 10100010 11011010 11100001 11100 11 0 1100 10111011 110011 1001100

Color Harmonies of #A2DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAE1

Black with #A2DAE1

Text Example


Text Example

White with #A2DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAE1; }

 p { color: rgb(162,218,225); }

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

background-color css

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

 a { background-color: rgb(162,218,225); }

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

border-color css

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

 span { border-color: rgb(162,218,225); }

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