Html Css Color HEX #A6DCDE Charlotte

📋 copy color: '#A6DCDE'

red 166 ◦ green 220 ◦ blue 222

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

Shades of Charlotte #A6DCDE

Tints of Charlotte #A6DCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 27.3%
G = 36.18%
B = 36.51%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6DCDE (or 0xA6DCDE) is known color: Charlotte. HEX triplet: A6, DC and DE. RGB value is (166,220,222). Sum of RGB (Red+Green+Blue) = 166+220+222=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDE is #592321. Grayscale: #CCCCCC. Windows color (decimal): -5841698 or 14605478. OLE color: 14605478.

HSL color Cylindrical-coordinate representation of color #A6DCDE: hue angle of 182.14º degrees, saturation: 0.46, 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 #A6DCDE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 220 222 -
CMYK 0.25 0.01 0 0.13
HSL 182.14º 0.46% 0.76% -
HSV(B) 182.14º 0.25% 0.87% -
XYZ 54.5 64.57 78.7 -
YUV 204.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 166 220 222 0.25 0.01 0 0.13 182.14 0.46 0.76
Hex A6 DC DE 19 1 0 D B6 2E 4C
Octal 246 334 336 31 1 0 15 266 56 114
Binary 10100110 11011100 11011110 11001 1 0 1101 10110110 101110 1001100

Color Harmonies of #A6DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCDE

Black with #A6DCDE

Text Example


Text Example

White with #A6DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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