#AFBBCF

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

Shades of Spindle #AFBBCF

Tints of Spindle #AFBBCF

Color information

#AFBBCF (or 0xAFBBCF) is unknown color: approx Spindle. HEX triplet: AF, BB and CF. RGB value is (175,187,207). Sum of RGB (Red+Green+Blue) = 175+187+207=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCF is #504430. Grayscale: #B9B9B9. Windows color (decimal): -5260337 or 13613999. OLE color: 13613999.

HSL color Cylindrical-coordinate representation of color #AFBBCF: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBBCF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175187207-
CMYK0.150.1000.19
HSL217.5º25%74.9%-
HSV(B)217.5º15.46%81.18%-
XYZ46.7149.1666.06-
YUV185.69140.02120.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=30.76%
G=32.86%
B=36.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751872070.150.1000.19217.52574.9
HexAFBBCFFA013da194b
Octal257273317171202333231113
Binary1010111110111011110011111111101001001111011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBCF; }

 p { color: rgb(175,187,207); }

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

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

 a { background-color: rgb(175,187,207); }

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

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

 span { border-color: rgb(175,187,207); }

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