Html Css Color HEX #A2DBEC Charlotte

📋 copy color: '#A2DBEC'

red 162 ◦ green 219 ◦ blue 236

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

Shades of Charlotte #A2DBEC

Tints of Charlotte #A2DBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 26.26%
G = 35.49%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2DBEC (or 0xA2DBEC) is known color: Charlotte. HEX triplet: A2, DB and EC. RGB value is (162,219,236). Sum of RGB (Red+Green+Blue) = 162+219+236=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBEC is #5D2413. Grayscale: #CBCBCB. Windows color (decimal): -6104084 or 15522722. OLE color: 15522722.

HSL color Cylindrical-coordinate representation of color #A2DBEC: hue angle of 193.78º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2DBEC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 219 236 -
CMYK 0.31 0.07 0 0.07
HSL 193.78º 0.66% 0.78% -
HSV(B) 193.78º 0.31% 0.93% -
XYZ 55.37 64.4 88.87 -
YUV 203.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 162 219 236 0.31 0.07 0 0.07 193.78 0.66 0.78
Hex A2 DB EC 1F 7 0 7 C2 42 4E
Octal 242 333 354 37 7 0 7 302 102 116
Binary 10100010 11011011 11101100 11111 111 0 111 11000010 1000010 1001110

Color Harmonies of #A2DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBEC

Black with #A2DBEC

Text Example


Text Example

White with #A2DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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