Html Css Color HEX #A2DBE8 Charlotte

📋 copy color: '#A2DBE8'

red 162 ◦ green 219 ◦ blue 232

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

Shades of Charlotte #A2DBE8

Tints of Charlotte #A2DBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.73%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 26.43%
G = 35.73%
B = 37.85%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A2DBE8 (or 0xA2DBE8) is known color: Charlotte. HEX triplet: A2, DB and E8. RGB value is (162,219,232). Sum of RGB (Red+Green+Blue) = 162+219+232=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #A2DBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBE8 is #5D2417. Grayscale: #CBCBCB. Windows color (decimal): -6104088 or 15260578. OLE color: 15260578.

HSL color Cylindrical-coordinate representation of color #A2DBE8: hue angle of 191.14º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2DBE8 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 219 232 -
CMYK 0.30 0.06 0 0.09
HSL 191.14º 0.6% 0.77% -
HSV(B) 191.14º 0.3% 0.91% -
XYZ 54.8 64.17 85.84 -
YUV 203.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 162 219 232 0.30 0.06 0 0.09 191.14 0.6 0.77
Hex A2 DB E8 1E 6 0 9 BF 3C 4D
Octal 242 333 350 36 6 0 11 277 74 115
Binary 10100010 11011011 11101000 11110 110 0 1001 10111111 111100 1001101

Color Harmonies of #A2DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBE8

Black with #A2DBE8

Text Example


Text Example

White with #A2DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBE8; }

 p { color: rgb(162,219,232); }

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

background-color css

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

 a { background-color: rgb(162,219,232); }

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

border-color css

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

 span { border-color: rgb(162,219,232); }

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