#AFBCCF

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

Shades of Spindle #AFBCCF

Tints of Spindle #AFBCCF

Color information

#AFBCCF (or 0xAFBCCF) is unknown color: approx Spindle. HEX triplet: AF, BC and CF. RGB value is (175,188,207). Sum of RGB (Red+Green+Blue) = 175+188+207=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCCF is #504330. Grayscale: #BABABA. Windows color (decimal): -5260081 or 13614255. OLE color: 13614255.

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

Color convert

RGB175188207-
CMYK0.150.0900.19
HSL215.62º25%74.9%-
HSV(B)215.62º15.46%81.18%-
XYZ46.9249.5966.13-
YUV186.28139.69119.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=30.70%
G=32.98%
B=36.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751882070.150.0900.19215.622574.9
HexAFBCCFF9013d8194b
Octal257274317171102333031113
Binary1010111110111100110011111111100101001111011000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCCF; }

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

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

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

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

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

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

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

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