Html Css Color HEX #A6DADC Charlotte

📋 copy color: '#A6DADC'

red 166 ◦ green 218 ◦ blue 220

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

Shades of Charlotte #A6DADC

Tints of Charlotte #A6DADC

RGB

 RED value IS 166 (65.23% from 255) = 27.48%

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 27.48%
G = 36.09%
B = 36.42%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6DADC (or 0xA6DADC) is known color: Charlotte. HEX triplet: A6, DA and DC. RGB value is (166,218,220). Sum of RGB (Red+Green+Blue) = 166+218+220=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DADC is #592523. Grayscale: #CACACA. Windows color (decimal): -5842212 or 14473894. OLE color: 14473894.

HSL color Cylindrical-coordinate representation of color #A6DADC: hue angle of 182.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DADC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 218 220 -
CMYK 0.25 0.01 0 0.14
HSL 182.22º 0.44% 0.76% -
HSV(B) 182.22º 0.25% 0.86% -
XYZ 53.72 63.42 77.12 -
YUV 202.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 166 218 220 0.25 0.01 0 0.14 182.22 0.44 0.76
Hex A6 DA DC 19 1 0 E B6 2C 4C
Octal 246 332 334 31 1 0 16 266 54 114
Binary 10100110 11011010 11011100 11001 1 0 1110 10110110 101100 1001100

Color Harmonies of #A6DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DADC

Black with #A6DADC

Text Example


Text Example

White with #A6DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DADC; }

 p { color: rgb(166,218,220); }

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

background-color css

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

 a { background-color: rgb(166,218,220); }

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

border-color css

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

 span { border-color: rgb(166,218,220); }

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