Html Css Color HEX #A6DCDC Charlotte

📋 copy color: '#A6DCDC'

red 166 ◦ green 220 ◦ blue 220

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

Shades of Charlotte #A6DCDC

Tints of Charlotte #A6DCDC

RGB

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

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

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

R = 27.39%
G = 36.3%
B = 36.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6DCDC (or 0xA6DCDC) is known color: Charlotte. HEX triplet: A6, DC and DC. RGB value is (166,220,220). Sum of RGB (Red+Green+Blue) = 166+220+220=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A6DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDC is #592323. Grayscale: #CBCBCB. Windows color (decimal): -5841700 or 14474406. OLE color: 14474406.

HSL color Cylindrical-coordinate representation of color #A6DCDC: hue angle of 180º 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 #A6DCDC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 220 -
CMYK 0.25 0 0 0.14
HSL 180º 0.44% 0.76% -
HSV(B) 180º 0.25% 0.86% -
XYZ 54.24 64.46 77.29 -
YUV 203.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 166 220 220 0.25 0 0 0.14 180 0.44 0.76
Hex A6 DC DC 19 0 0 E B4 2C 4C
Octal 246 334 334 31 0 0 16 264 54 114
Binary 10100110 11011100 11011100 11001 0 0 1110 10110100 101100 1001100

Color Harmonies of #A6DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCDC

Black with #A6DCDC

Text Example


Text Example

White with #A6DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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