#AABCCF

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

Shades of Spindle #AABCCF

Tints of Spindle #AABCCF

Color information

#AABCCF (or 0xAABCCF) is unknown color: approx Spindle. HEX triplet: AA, BC and CF. RGB value is (170,188,207). Sum of RGB (Red+Green+Blue) = 170+188+207=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCF is #554330. Grayscale: #B8B8B8. Windows color (decimal): -5587761 or 13614250. OLE color: 13614250.

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

Color convert

RGB170188207-
CMYK0.180.0900.19
HSL210.81º27.82%73.92%-
HSV(B)210.81º17.87%81.18%-
XYZ45.8249.0266.08-
YUV184.78140.54117.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=30.09%
G=33.27%
B=36.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701882070.180.0900.19210.8127.8273.92
HexAABCCF129013d31c4a
Octal252274317221102332334112
Binary10101010101111001100111110010100101001111010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCCF; }

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

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

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

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

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

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

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

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