Html Css Color HEX #AFBCD1 Spindle

📋 copy color: '#AFBCD1'

red 175 ◦ green 188 ◦ blue 209

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

Shades of Spindle #AFBCD1

Tints of Spindle #AFBCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 30.59%
G = 32.87%
B = 36.54%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFBCD1 (or 0xAFBCD1) is known color: Spindle. HEX triplet: AF, BC and D1. RGB value is (175,188,209). Sum of RGB (Red+Green+Blue) = 175+188+209=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD1 is #50432E. Grayscale: #BABABA. Windows color (decimal): -5260079 or 13745327. OLE color: 13745327.

HSL color Cylindrical-coordinate representation of color #AFBCD1: hue angle of 217.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBCD1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 188 209 -
CMYK 0.16 0.10 0 0.18
HSL 217.06º 0.27% 0.75% -
HSV(B) 217.06º 0.16% 0.82% -
XYZ 47.17 49.68 67.43 -
YUV 186.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 175 188 209 0.16 0.10 0 0.18 217.06 0.27 0.75
Hex AF BC D1 10 A 0 12 D9 1B 4B
Octal 257 274 321 20 12 0 22 331 33 113
Binary 10101111 10111100 11010001 10000 1010 0 10010 11011001 11011 1001011

Color Harmonies of #AFBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCD1

Black with #AFBCD1

Text Example


Text Example

White with #AFBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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