#a8c1d6

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

Shades of Spindle #A8C1D6

Tints of Spindle #A8C1D6

Color information

#A8C1D6 (or 0xA8C1D6) is unknown color: approx Spindle. HEX triplet: A8, C1 and D6. RGB value is (168,193,214). Sum of RGB (Red+Green+Blue) = 168+193+214=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8C1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1D6 is #573E29. Grayscale: #BBBBBB. Windows color (decimal): -5717546 or 14074280. OLE color: 14074280.

HSL color Cylindrical-coordinate representation of color #A8C1D6: hue angle of 207.39º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8C1D6 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168193214-
CMYK0.210.1000.16
HSL207.39º35.94%74.9%-
HSV(B)207.39º21.5%83.92%-
XYZ47.3651.3271.03-
YUV187.92142.72113.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=29.22%
G=33.57%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681932140.210.1000.16207.3935.9474.9
HexA8C1D615A010cf244b
Octal250301326251202031744113
Binary101010001100000111010110101011010010000110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8c1d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8c1d6; }

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

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

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

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

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

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

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

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