Html Css Color HEX #A6DCDD Charlotte

📋 copy color: '#A6DCDD'

red 166 ◦ green 220 ◦ blue 221

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

Shades of Charlotte #A6DCDD

Tints of Charlotte #A6DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 27.35%
G = 36.24%
B = 36.41%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6DCDD (or 0xA6DCDD) is known color: Charlotte. HEX triplet: A6, DC and DD. RGB value is (166,220,221). Sum of RGB (Red+Green+Blue) = 166+220+221=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDD is #592322. Grayscale: #CBCBCB. Windows color (decimal): -5841699 or 14539942. OLE color: 14539942.

HSL color Cylindrical-coordinate representation of color #A6DCDD: hue angle of 181.09º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCDD is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 220 221 -
CMYK 0.25 0.00 0 0.13
HSL 181.09º 0.45% 0.76% -
HSV(B) 181.09º 0.25% 0.87% -
XYZ 54.37 64.51 77.99 -
YUV 203.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 166 220 221 0.25 0.00 0 0.13 181.09 0.45 0.76
Hex A6 DC DD 19 0 0 D B5 2D 4C
Octal 246 334 335 31 0 0 15 265 55 114
Binary 10100110 11011100 11011101 11001 0 0 1101 10110101 101101 1001100

Color Harmonies of #A6DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCDD

Black with #A6DCDD

Text Example


Text Example

White with #A6DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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