#AABFCF

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

Shades of Spindle #AABFCF

Tints of Spindle #AABFCF

Color information

#AABFCF (or 0xAABFCF) is unknown color: approx Spindle. HEX triplet: AA, BF and CF. RGB value is (170,191,207). Sum of RGB (Red+Green+Blue) = 170+191+207=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCF is #554030. Grayscale: #BABABA. Windows color (decimal): -5586993 or 13615018. OLE color: 13615018.

HSL color Cylindrical-coordinate representation of color #AABFCF: hue angle of 205.95º 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 #AABFCF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170191207-
CMYK0.180.0800.19
HSL205.95º27.82%73.92%-
HSV(B)205.95º17.87%81.18%-
XYZ46.4750.3166.29-
YUV186.54139.54116.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=29.93%
G=33.63%
B=36.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701912070.180.0800.19205.9527.8273.92
HexAABFCF128013ce1c4a
Octal252277317221002331634112
Binary10101010101111111100111110010100001001111001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFCF; }

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

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

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

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

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

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

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

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