Html Css Color HEX #A2D7E9 Charlotte

📋 copy color: '#A2D7E9'

red 162 ◦ green 215 ◦ blue 233

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

Shades of Charlotte #A2D7E9

Tints of Charlotte #A2D7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.25%

 BLUE value IS 233 (91.41% from 255) = 38.2%

R = 26.56%
G = 35.25%
B = 38.2%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A2D7E9 (or 0xA2D7E9) is known color: Charlotte. HEX triplet: A2, D7 and E9. RGB value is (162,215,233). Sum of RGB (Red+Green+Blue) = 162+215+233=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D7E9 is #5D2816. Grayscale: #C9C9C9. Windows color (decimal): -6105111 or 15325090. OLE color: 15325090.

HSL color Cylindrical-coordinate representation of color #A2D7E9: hue angle of 195.21º degrees, saturation: 0.62, 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 #A2D7E9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 215 233 -
CMYK 0.30 0.08 0 0.09
HSL 195.21º 0.62% 0.77% -
HSV(B) 195.21º 0.3% 0.91% -
XYZ 53.91 62.17 86.25 -
YUV 201.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 162 215 233 0.30 0.08 0 0.09 195.21 0.62 0.77
Hex A2 D7 E9 1E 8 0 9 C3 3E 4D
Octal 242 327 351 36 10 0 11 303 76 115
Binary 10100010 11010111 11101001 11110 1000 0 1001 11000011 111110 1001101

Color Harmonies of #A2D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D7E9

Black with #A2D7E9

Text Example


Text Example

White with #A2D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D7E9; }

 p { color: rgb(162,215,233); }

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

background-color css

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

 a { background-color: rgb(162,215,233); }

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

border-color css

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

 span { border-color: rgb(162,215,233); }

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