Html Css Color HEX #A6DCED Charlotte

📋 copy color: '#A6DCED'

red 166 ◦ green 220 ◦ blue 237

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

Shades of Charlotte #A6DCED

Tints of Charlotte #A6DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 26.65%
G = 35.31%
B = 38.04%

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

#A6DCED (or 0xA6DCED) is known color: Charlotte. HEX triplet: A6, DC and ED. RGB value is (166,220,237). Sum of RGB (Red+Green+Blue) = 166+220+237=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCED is #592312. Grayscale: #CDCDCD. Windows color (decimal): -5841683 or 15588518. OLE color: 15588518.

HSL color Cylindrical-coordinate representation of color #A6DCED: hue angle of 194.37º degrees, saturation: 0.66, 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 #A6DCED is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 220 237 -
CMYK 0.30 0.07 0 0.07
HSL 194.37º 0.66% 0.79% -
HSV(B) 194.37º 0.3% 0.93% -
XYZ 56.61 65.41 89.76 -
YUV 205.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 166 220 237 0.30 0.07 0 0.07 194.37 0.66 0.79
Hex A6 DC ED 1E 7 0 7 C2 42 4F
Octal 246 334 355 36 7 0 7 302 102 117
Binary 10100110 11011100 11101101 11110 111 0 111 11000010 1000010 1001111

Color Harmonies of #A6DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCED

Black with #A6DCED

Text Example


Text Example

White with #A6DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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