#ABBCCF

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

Shades of Spindle #ABBCCF

Tints of Spindle #ABBCCF

Color information

#ABBCCF (or 0xABBCCF) is unknown color: approx Spindle. HEX triplet: AB, BC and CF. RGB value is (171,188,207). Sum of RGB (Red+Green+Blue) = 171+188+207=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCCF is #544330. Grayscale: #B8B8B8. Windows color (decimal): -5522225 or 13614251. OLE color: 13614251.

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

Color convert

RGB171188207-
CMYK0.170.0900.19
HSL211.67º27.27%74.12%-
HSV(B)211.67º17.39%81.18%-
XYZ46.0449.1366.09-
YUV185.08140.37117.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=30.21%
G=33.22%
B=36.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711882070.170.0900.19211.6727.2774.12
HexABBCCF119013d41b4a
Octal253274317211102332433112
Binary10101011101111001100111110001100101001111010100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCCF; }

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

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

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

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

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

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

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

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