Html Css Color HEX #A2D8DF Charlotte

📋 copy color: '#A2D8DF'

red 162 ◦ green 216 ◦ blue 223

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

Shades of Charlotte #A2D8DF

Tints of Charlotte #A2D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.94%

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 26.96%
G = 35.94%
B = 37.1%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2D8DF (or 0xA2D8DF) is known color: Charlotte. HEX triplet: A2, D8 and DF. RGB value is (162,216,223). Sum of RGB (Red+Green+Blue) = 162+216+223=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2D8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8DF is #5D2720. Grayscale: #C8C8C8. Windows color (decimal): -6104865 or 14669986. OLE color: 14669986.

HSL color Cylindrical-coordinate representation of color #A2D8DF: hue angle of 186.89º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D8DF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 216 223 -
CMYK 0.27 0.03 0 0.13
HSL 186.89º 0.49% 0.75% -
HSV(B) 186.89º 0.27% 0.87% -
XYZ 52.78 62.12 79.02 -
YUV 200.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 162 216 223 0.27 0.03 0 0.13 186.89 0.49 0.75
Hex A2 D8 DF 1B 3 0 D BB 31 4B
Octal 242 330 337 33 3 0 15 273 61 113
Binary 10100010 11011000 11011111 11011 11 0 1101 10111011 110001 1001011

Color Harmonies of #A2D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D8DF

Black with #A2D8DF

Text Example


Text Example

White with #A2D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D8DF; }

 p { color: rgb(162,216,223); }

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

background-color css

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

 a { background-color: rgb(162,216,223); }

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

border-color css

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

 span { border-color: rgb(162,216,223); }

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