Html Css Color HEX #A6DCEC Charlotte

📋 copy color: '#A6DCEC'

red 166 ◦ green 220 ◦ blue 236

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

Shades of Charlotte #A6DCEC

Tints of Charlotte #A6DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 26.69%
G = 35.37%
B = 37.94%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6DCEC (or 0xA6DCEC) is known color: Charlotte. HEX triplet: A6, DC and EC. RGB value is (166,220,236). Sum of RGB (Red+Green+Blue) = 166+220+236=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCEC is #592313. Grayscale: #CDCDCD. Windows color (decimal): -5841684 or 15522982. OLE color: 15522982.

HSL color Cylindrical-coordinate representation of color #A6DCEC: hue angle of 193.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6DCEC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 220 236 -
CMYK 0.30 0.07 0 0.07
HSL 193.71º 0.65% 0.79% -
HSV(B) 193.71º 0.3% 0.93% -
XYZ 56.46 65.35 88.99 -
YUV 205.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 166 220 236 0.30 0.07 0 0.07 193.71 0.65 0.79
Hex A6 DC EC 1E 7 0 7 C2 41 4F
Octal 246 334 354 36 7 0 7 302 101 117
Binary 10100110 11011100 11101100 11110 111 0 111 11000010 1000001 1001111

Color Harmonies of #A6DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCEC

Black with #A6DCEC

Text Example


Text Example

White with #A6DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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