#AFBCCD

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

Shades of Spindle #AFBCCD

Tints of Spindle #AFBCCD

Color information

#AFBCCD (or 0xAFBCCD) is unknown color: approx Spindle. HEX triplet: AF, BC and CD. RGB value is (175,188,205). Sum of RGB (Red+Green+Blue) = 175+188+205=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCCD is #504332. Grayscale: #B9B9B9. Windows color (decimal): -5260083 or 13483183. OLE color: 13483183.

HSL color Cylindrical-coordinate representation of color #AFBCCD: hue angle of 214º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBCCD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175188205-
CMYK0.150.0800.20
HSL214º23.08%74.51%-
HSV(B)214º14.63%80.39%-
XYZ46.6849.4964.85-
YUV186.05138.69120.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=30.81%
G=33.10%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751882050.150.0800.2021423.0874.51
HexAFBCCDF8014d6174b
Octal257274315171002432627113
Binary1010111110111100110011011111100001010011010110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCCD; }

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

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

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

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

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

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

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

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