Html Css Color HEX #AFBDD1 Spindle

📋 copy color: '#AFBDD1'

red 175 ◦ green 189 ◦ blue 209

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

Shades of Spindle #AFBDD1

Tints of Spindle #AFBDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.98%

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

R = 30.54%
G = 32.98%
B = 36.47%

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

#AFBDD1 (or 0xAFBDD1) is known color: Spindle. HEX triplet: AF, BD and D1. RGB value is (175,189,209). Sum of RGB (Red+Green+Blue) = 175+189+209=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD1 is #50422E. Grayscale: #BBBBBB. Windows color (decimal): -5259823 or 13745583. OLE color: 13745583.

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

Color convert

RGB 175 189 209 -
CMYK 0.16 0.10 0 0.18
HSL 215.29º 0.27% 0.75% -
HSV(B) 215.29º 0.16% 0.82% -
XYZ 47.39 50.11 67.5 -
YUV 187.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 175 189 209 0.16 0.10 0 0.18 215.29 0.27 0.75
Hex AF BD D1 10 A 0 12 D7 1B 4B
Octal 257 275 321 20 12 0 22 327 33 113
Binary 10101111 10111101 11010001 10000 1010 0 10010 11010111 11011 1001011

Color Harmonies of #AFBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDD1

Black with #AFBDD1

Text Example


Text Example

White with #AFBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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