Html Css Color HEX #AFBCD5 Spindle

📋 copy color: '#AFBCD5'

red 175 ◦ green 188 ◦ blue 213

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

Shades of Spindle #AFBCD5

Tints of Spindle #AFBCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 30.38%
G = 32.64%
B = 36.98%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFBCD5 (or 0xAFBCD5) is known color: Spindle. HEX triplet: AF, BC and D5. RGB value is (175,188,213). Sum of RGB (Red+Green+Blue) = 175+188+213=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD5 is #50432A. Grayscale: #BABABA. Windows color (decimal): -5260075 or 14007471. OLE color: 14007471.

HSL color Cylindrical-coordinate representation of color #AFBCD5: hue angle of 219.47º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFBCD5 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 188 213 -
CMYK 0.18 0.12 0 0.16
HSL 219.47º 0.31% 0.76% -
HSV(B) 219.47º 0.18% 0.84% -
XYZ 47.67 49.88 70.07 -
YUV 186.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 175 188 213 0.18 0.12 0 0.16 219.47 0.31 0.76
Hex AF BC D5 12 C 0 10 DB 1F 4C
Octal 257 274 325 22 14 0 20 333 37 114
Binary 10101111 10111100 11010101 10010 1100 0 10000 11011011 11111 1001100

Color Harmonies of #AFBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCD5

Black with #AFBCD5

Text Example


Text Example

White with #AFBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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