Html Css Color HEX #A2DAEA Charlotte

📋 copy color: '#A2DAEA'

red 162 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #A2DAEA

Tints of Charlotte #A2DAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 26.38%
G = 35.5%
B = 38.11%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2DAEA (or 0xA2DAEA) is known color: Charlotte. HEX triplet: A2, DA and EA. RGB value is (162,218,234). Sum of RGB (Red+Green+Blue) = 162+218+234=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAEA is #5D2515. Grayscale: #CACACA. Windows color (decimal): -6104342 or 15391394. OLE color: 15391394.

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

Color convert

RGB 162 218 234 -
CMYK 0.31 0.07 0 0.08
HSL 193.33º 0.63% 0.78% -
HSV(B) 193.33º 0.31% 0.92% -
XYZ 54.82 63.76 87.26 -
YUV 203.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 162 218 234 0.31 0.07 0 0.08 193.33 0.63 0.78
Hex A2 DA EA 1F 7 0 8 C1 3F 4E
Octal 242 332 352 37 7 0 10 301 77 116
Binary 10100010 11011010 11101010 11111 111 0 1000 11000001 111111 1001110

Color Harmonies of #A2DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAEA

Black with #A2DAEA

Text Example


Text Example

White with #A2DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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