Html Css Color HEX #A2DCEB Charlotte

📋 copy color: '#A2DCEB'

red 162 ◦ green 220 ◦ blue 235

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

Shades of Charlotte #A2DCEB

Tints of Charlotte #A2DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 26.26%
G = 35.66%
B = 38.09%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2DCEB (or 0xA2DCEB) is known color: Charlotte. HEX triplet: A2, DC and EB. RGB value is (162,220,235). Sum of RGB (Red+Green+Blue) = 162+220+235=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCEB is #5D2314. Grayscale: #CCCCCC. Windows color (decimal): -6103829 or 15457442. OLE color: 15457442.

HSL color Cylindrical-coordinate representation of color #A2DCEB: hue angle of 192.33º degrees, saturation: 0.65, 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 #A2DCEB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 220 235 -
CMYK 0.31 0.06 0 0.08
HSL 192.33º 0.65% 0.78% -
HSV(B) 192.33º 0.31% 0.92% -
XYZ 55.49 64.87 88.19 -
YUV 204.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 162 220 235 0.31 0.06 0 0.08 192.33 0.65 0.78
Hex A2 DC EB 1F 6 0 8 C0 41 4E
Octal 242 334 353 37 6 0 10 300 101 116
Binary 10100010 11011100 11101011 11111 110 0 1000 11000000 1000001 1001110

Color Harmonies of #A2DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DCEB

Black with #A2DCEB

Text Example


Text Example

White with #A2DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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