Html Css Color HEX #A6DBDC Charlotte

📋 copy color: '#A6DBDC'

red 166 ◦ green 219 ◦ blue 220

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

Shades of Charlotte #A6DBDC

Tints of Charlotte #A6DBDC

RGB

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

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

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

R = 27.44%
G = 36.2%
B = 36.36%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6DBDC (or 0xA6DBDC) is known color: Charlotte. HEX triplet: A6, DB and DC. RGB value is (166,219,220). Sum of RGB (Red+Green+Blue) = 166+219+220=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBDC is #592423. Grayscale: #CBCBCB. Windows color (decimal): -5841956 or 14474150. OLE color: 14474150.

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

Color convert

RGB 166 219 220 -
CMYK 0.25 0.00 0 0.14
HSL 181.11º 0.44% 0.76% -
HSV(B) 181.11º 0.25% 0.86% -
XYZ 53.98 63.94 77.21 -
YUV 203.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 166 219 220 0.25 0.00 0 0.14 181.11 0.44 0.76
Hex A6 DB DC 19 0 0 E B5 2C 4C
Octal 246 333 334 31 0 0 16 265 54 114
Binary 10100110 11011011 11011100 11001 0 0 1110 10110101 101100 1001100

Color Harmonies of #A6DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBDC

Black with #A6DBDC

Text Example


Text Example

White with #A6DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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