Html Css Color HEX #A2DCED Charlotte

📋 copy color: '#A2DCED'

red 162 ◦ green 220 ◦ blue 237

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

Shades of Charlotte #A2DCED

Tints of Charlotte #A2DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

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

R = 26.17%
G = 35.54%
B = 38.29%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2DCED (or 0xA2DCED) is known color: Charlotte. HEX triplet: A2, DC and ED. RGB value is (162,220,237). Sum of RGB (Red+Green+Blue) = 162+220+237=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCED is #5D2312. Grayscale: #CCCCCC. Windows color (decimal): -6103827 or 15588514. OLE color: 15588514.

HSL color Cylindrical-coordinate representation of color #A2DCED: hue angle of 193.6º 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 #A2DCED is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 220 237 -
CMYK 0.32 0.07 0 0.07
HSL 193.6º 0.68% 0.78% -
HSV(B) 193.6º 0.32% 0.93% -
XYZ 55.78 64.98 89.72 -
YUV 204.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 162 220 237 0.32 0.07 0 0.07 193.6 0.68 0.78
Hex A2 DC ED 20 7 0 7 C2 44 4E
Octal 242 334 355 40 7 0 7 302 104 116
Binary 10100010 11011100 11101101 100000 111 0 111 11000010 1000100 1001110

Color Harmonies of #A2DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DCED

Black with #A2DCED

Text Example


Text Example

White with #A2DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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