#AFBBCC

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

Shades of Spindle #AFBBCC

Tints of Spindle #AFBBCC

Color information

#AFBBCC (or 0xAFBBCC) is unknown color: approx Spindle. HEX triplet: AF, BB and CC. RGB value is (175,187,204). Sum of RGB (Red+Green+Blue) = 175+187+204=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCC is #504433. Grayscale: #B9B9B9. Windows color (decimal): -5260340 or 13417391. OLE color: 13417391.

HSL color Cylindrical-coordinate representation of color #AFBBCC: hue angle of 215.17º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBBCC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175187204-
CMYK0.140.0800.2
HSL215.17º22.14%74.31%-
HSV(B)215.17º14.22%80%-
XYZ46.3549.0164.14-
YUV185.35138.52120.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=30.92%
G=33.04%
B=36.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751872040.140.0800.2215.1722.1474.31
HexAFBBCCE8014d7164a
Octal257273314161002432726112
Binary1010111110111011110011001110100001010011010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBCC; }

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

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

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

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

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

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

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

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