Html Css Color HEX #A2DAED Charlotte

📋 copy color: '#A2DAED'

red 162 ◦ green 218 ◦ blue 237

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

Shades of Charlotte #A2DAED

Tints of Charlotte #A2DAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 26.26%
G = 35.33%
B = 38.41%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2DAED (or 0xA2DAED) is known color: Charlotte. HEX triplet: A2, DA and ED. RGB value is (162,218,237). Sum of RGB (Red+Green+Blue) = 162+218+237=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAED is #5D2512. Grayscale: #CBCBCB. Windows color (decimal): -6104339 or 15588002. OLE color: 15588002.

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

Color convert

RGB 162 218 237 -
CMYK 0.32 0.08 0 0.07
HSL 195.2º 0.68% 0.78% -
HSV(B) 195.2º 0.32% 0.93% -
XYZ 55.26 63.94 89.55 -
YUV 203.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 162 218 237 0.32 0.08 0 0.07 195.2 0.68 0.78
Hex A2 DA ED 20 8 0 7 C3 44 4E
Octal 242 332 355 40 10 0 7 303 104 116
Binary 10100010 11011010 11101101 100000 1000 0 111 11000011 1000100 1001110

Color Harmonies of #A2DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAED

Black with #A2DAED

Text Example


Text Example

White with #A2DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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