Html Css Color HEX #AFBFCF Spindle

📋 copy color: '#AFBFCF'

red 175 ◦ green 191 ◦ blue 207

#AFBFCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #AFBFCF

Tints of Spindle #AFBFCF

RGB

 RED value IS 175 (68.75% from 255) = 30.54%

 GREEN value IS 191 (75% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 30.54%
G = 33.33%
B = 36.13%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBFCF (or 0xAFBFCF) is known color: Spindle. HEX triplet: AF, BF and CF. RGB value is (175,191,207). Sum of RGB (Red+Green+Blue) = 175+191+207=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFCF is #504030. Grayscale: #BBBBBB. Windows color (decimal): -5259313 or 13615023. OLE color: 13615023.

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

Color convert

RGB 175 191 207 -
CMYK 0.15 0.08 0 0.19
HSL 210º 0.25% 0.75% -
HSV(B) 210º 0.15% 0.81% -
XYZ 47.57 50.88 66.35 -
YUV 188.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 175 191 207 0.15 0.08 0 0.19 210 0.25 0.75
Hex AF BF CF F 8 0 13 D2 19 4B
Octal 257 277 317 17 10 0 23 322 31 113
Binary 10101111 10111111 11001111 1111 1000 0 10011 11010010 11001 1001011

Color Harmonies of #AFBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFCF

Black with #AFBFCF

Text Example


Text Example

White with #AFBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFCF; }

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

 H1.HeaderClassName
 {
   color: #AFBFCF;
 }
 .AnyTagClassName
 {
   color: #AFBFCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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