#AFBCD4

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

Shades of Spindle #AFBCD4

Tints of Spindle #AFBCD4

Color information

#AFBCD4 (or 0xAFBCD4) is unknown color: approx Spindle. HEX triplet: AF, BC and D4. RGB value is (175,188,212). Sum of RGB (Red+Green+Blue) = 175+188+212=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD4 is #50432B. Grayscale: #BABABA. Windows color (decimal): -5260076 or 13941935. OLE color: 13941935.

HSL color Cylindrical-coordinate representation of color #AFBCD4: hue angle of 218.92º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBCD4 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175188212-
CMYK0.170.1100.17
HSL218.92º30.08%75.88%-
HSV(B)218.92º17.45%83.14%-
XYZ47.5549.8369.4-
YUV186.85142.19119.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=30.43%
G=32.70%
B=36.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751882120.170.1100.17218.9230.0875.88
HexAFBCD411B011db1e4c
Octal257274324211302133336114
Binary10101111101111001101010010001101101000111011011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCD4; }

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

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

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

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

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

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

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

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