#A8C1D1

Color #A8C1D1 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #A8C1D1

Tints of Spindle #A8C1D1

Color information

#A8C1D1 (or 0xA8C1D1) is unknown color: approx Spindle. HEX triplet: A8, C1 and D1. RGB value is (168,193,209). Sum of RGB (Red+Green+Blue) = 168+193+209=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8C1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1D1 is #573E2E. Grayscale: #BBBBBB. Windows color (decimal): -5717551 or 13746600. OLE color: 13746600.

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

Color convert

RGB168193209-
CMYK0.200.0800.18
HSL203.41º30.83%73.92%-
HSV(B)203.41º19.62%81.96%-
XYZ46.7351.0767.72-
YUV187.35140.22114.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.47%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=29.47%
G=33.86%
B=36.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681932090.200.0800.18203.4130.8373.92
HexA8C1D1148012cb1f4a
Octal250301321241002231337112
Binary10101000110000011101000110100100001001011001011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C1D1; }

 p { color: rgb(168,193,209); }

 H1.HeaderClassName
 {
   color: #A8C1D1;
 }
 .AnyTagClassName
 {
   color: #A8C1D1;
 }
</style>
background-color css

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

 a { background-color: rgb(168,193,209); }

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

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

 span { border-color: rgb(168,193,209); }

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