Html Css Color HEX #AFBCD0 Spindle

📋 copy color: '#AFBCD0'

red 175 ◦ green 188 ◦ blue 208

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

Shades of Spindle #AFBCD0

Tints of Spindle #AFBCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 30.65%
G = 32.92%
B = 36.43%

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

#AFBCD0 (or 0xAFBCD0) is known color: Spindle. HEX triplet: AF, BC and D0. RGB value is (175,188,208). Sum of RGB (Red+Green+Blue) = 175+188+208=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD0 is #50432F. Grayscale: #BABABA. Windows color (decimal): -5260080 or 13679791. OLE color: 13679791.

HSL color Cylindrical-coordinate representation of color #AFBCD0: hue angle of 216.36º degrees, saturation: 0.26, 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 #AFBCD0 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 188 208 -
CMYK 0.16 0.10 0 0.18
HSL 216.36º 0.26% 0.75% -
HSV(B) 216.36º 0.16% 0.82% -
XYZ 47.05 49.63 66.78 -
YUV 186.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 175 188 208 0.16 0.10 0 0.18 216.36 0.26 0.75
Hex AF BC D0 10 A 0 12 D8 1A 4B
Octal 257 274 320 20 12 0 22 330 32 113
Binary 10101111 10111100 11010000 10000 1010 0 10010 11011000 11010 1001011

Color Harmonies of #AFBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCD0

Black with #AFBCD0

Text Example


Text Example

White with #AFBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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