#A8BCCF

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

Shades of Spindle #A8BCCF

Tints of Spindle #A8BCCF

Color information

#A8BCCF (or 0xA8BCCF) is unknown color: approx Spindle. HEX triplet: A8, BC and CF. RGB value is (168,188,207). Sum of RGB (Red+Green+Blue) = 168+188+207=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCF is #574330. Grayscale: #B8B8B8. Windows color (decimal): -5718833 or 13614248. OLE color: 13614248.

HSL color Cylindrical-coordinate representation of color #A8BCCF: hue angle of 209.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BCCF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168188207-
CMYK0.190.0900.19
HSL209.23º28.89%73.53%-
HSV(B)209.23º18.84%81.18%-
XYZ45.3948.866.06-
YUV184.19140.87116.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=29.84%
G=33.39%
B=36.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681882070.190.0900.19209.2328.8973.53
HexA8BCCF139013d11d4a
Octal250274317231102332135112
Binary10101000101111001100111110011100101001111010001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCCF; }

 p { color: rgb(168,188,207); }

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

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

 a { background-color: rgb(168,188,207); }

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

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

 span { border-color: rgb(168,188,207); }

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