Html Css Color HEX #AFB9C6 Spindle

📋 copy color: '#AFB9C6'

red 175 ◦ green 185 ◦ blue 198

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

Shades of Spindle #AFB9C6

Tints of Spindle #AFB9C6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

 BLUE value IS 198 (77.73% from 255) = 35.48%

R = 31.36%
G = 33.15%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFB9C6 (or 0xAFB9C6) is known color: Spindle. HEX triplet: AF, B9 and C6. RGB value is (175,185,198). Sum of RGB (Red+Green+Blue) = 175+185+198=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFB9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9C6 is #504639. Grayscale: #B7B7B7. Windows color (decimal): -5260858 or 13023663. OLE color: 13023663.

HSL color Cylindrical-coordinate representation of color #AFB9C6: hue angle of 213.91º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB9C6 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 185 198 -
CMYK 0.12 0.07 0 0.22
HSL 213.91º 0.17% 0.73% -
HSV(B) 213.91º 0.12% 0.78% -
XYZ 45.22 47.89 60.29 -
YUV 183.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 175 185 198 0.12 0.07 0 0.22 213.91 0.17 0.73
Hex AF B9 C6 C 7 0 16 D6 11 49
Octal 257 271 306 14 7 0 26 326 21 111
Binary 10101111 10111001 11000110 1100 111 0 10110 11010110 10001 1001001

Color Harmonies of #AFB9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9C6

Black with #AFB9C6

Text Example


Text Example

White with #AFB9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9C6; }

 p { color: rgb(175,185,198); }

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

background-color css

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

 a { background-color: rgb(175,185,198); }

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

border-color css

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

 span { border-color: rgb(175,185,198); }

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