Html Css Color HEX #A2D9EB Charlotte

📋 copy color: '#A2D9EB'

red 162 ◦ green 217 ◦ blue 235

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

Shades of Charlotte #A2D9EB

Tints of Charlotte #A2D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.34%

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

R = 26.38%
G = 35.34%
B = 38.27%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2D9EB (or 0xA2D9EB) is known color: Charlotte. HEX triplet: A2, D9 and EB. RGB value is (162,217,235). Sum of RGB (Red+Green+Blue) = 162+217+235=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D9EB is #5D2614. Grayscale: #CACACA. Windows color (decimal): -6104597 or 15456674. OLE color: 15456674.

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

Color convert

RGB 162 217 235 -
CMYK 0.31 0.08 0 0.08
HSL 194.79º 0.65% 0.78% -
HSV(B) 194.79º 0.31% 0.92% -
XYZ 54.71 63.31 87.93 -
YUV 202.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 162 217 235 0.31 0.08 0 0.08 194.79 0.65 0.78
Hex A2 D9 EB 1F 8 0 8 C3 41 4E
Octal 242 331 353 37 10 0 10 303 101 116
Binary 10100010 11011001 11101011 11111 1000 0 1000 11000011 1000001 1001110

Color Harmonies of #A2D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D9EB

Black with #A2D9EB

Text Example


Text Example

White with #A2D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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