Html Css Color HEX #A6BCD0 Spindle

📋 copy color: '#A6BCD0'

red 166 ◦ green 188 ◦ blue 208

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

Shades of Spindle #A6BCD0

Tints of Spindle #A6BCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.45%

 BLUE value IS 208 (81.64% from 255) = 37.01%

R = 29.54%
G = 33.45%
B = 37.01%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A6BCD0 (or 0xA6BCD0) is known color: Spindle. HEX triplet: A6, BC and D0. RGB value is (166,188,208). Sum of RGB (Red+Green+Blue) = 166+188+208=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCD0 is #59432F. Grayscale: #B7B7B7. Windows color (decimal): -5849904 or 13679782. OLE color: 13679782.

HSL color Cylindrical-coordinate representation of color #A6BCD0: hue angle of 208.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6BCD0 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 188 208 -
CMYK 0.20 0.10 0 0.18
HSL 208.57º 0.31% 0.73% -
HSV(B) 208.57º 0.2% 0.82% -
XYZ 45.09 48.63 66.68 -
YUV 183.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 166 188 208 0.20 0.10 0 0.18 208.57 0.31 0.73
Hex A6 BC D0 14 A 0 12 D1 1F 49
Octal 246 274 320 24 12 0 22 321 37 111
Binary 10100110 10111100 11010000 10100 1010 0 10010 11010001 11111 1001001

Color Harmonies of #A6BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCD0

Black with #A6BCD0

Text Example


Text Example

White with #A6BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCD0; }

 p { color: rgb(166,188,208); }

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

background-color css

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

 a { background-color: rgb(166,188,208); }

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

border-color css

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

 span { border-color: rgb(166,188,208); }

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