Html Css Color HEX #A6DCE0 Charlotte

📋 copy color: '#A6DCE0'

red 166 ◦ green 220 ◦ blue 224

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

Shades of Charlotte #A6DCE0

Tints of Charlotte #A6DCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.72%

R = 27.21%
G = 36.07%
B = 36.72%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A6DCE0 (or 0xA6DCE0) is known color: Charlotte. HEX triplet: A6, DC and E0. RGB value is (166,220,224). Sum of RGB (Red+Green+Blue) = 166+220+224=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCE0 is #59231F. Grayscale: #CCCCCC. Windows color (decimal): -5841696 or 14736550. OLE color: 14736550.

HSL color Cylindrical-coordinate representation of color #A6DCE0: hue angle of 184.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DCE0 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 220 224 -
CMYK 0.26 0.02 0 0.12
HSL 184.14º 0.48% 0.76% -
HSV(B) 184.14º 0.26% 0.88% -
XYZ 54.77 64.68 80.12 -
YUV 204.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 166 220 224 0.26 0.02 0 0.12 184.14 0.48 0.76
Hex A6 DC E0 1A 2 0 C B8 30 4C
Octal 246 334 340 32 2 0 14 270 60 114
Binary 10100110 11011100 11100000 11010 10 0 1100 10111000 110000 1001100

Color Harmonies of #A6DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCE0

Black with #A6DCE0

Text Example


Text Example

White with #A6DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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