Html Css Color HEX #AFBDD5 Spindle

📋 copy color: '#AFBDD5'

red 175 ◦ green 189 ◦ blue 213

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

Shades of Spindle #AFBDD5

Tints of Spindle #AFBDD5

RGB

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

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

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

R = 30.33%
G = 32.76%
B = 36.92%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFBDD5 (or 0xAFBDD5) is known color: Spindle. HEX triplet: AF, BD and D5. RGB value is (175,189,213). Sum of RGB (Red+Green+Blue) = 175+189+213=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD5 is #50422A. Grayscale: #BBBBBB. Windows color (decimal): -5259819 or 14007727. OLE color: 14007727.

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

Color convert

RGB 175 189 213 -
CMYK 0.18 0.11 0 0.16
HSL 217.89º 0.31% 0.76% -
HSV(B) 217.89º 0.18% 0.84% -
XYZ 47.89 50.31 70.14 -
YUV 187.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 175 189 213 0.18 0.11 0 0.16 217.89 0.31 0.76
Hex AF BD D5 12 B 0 10 DA 1F 4C
Octal 257 275 325 22 13 0 20 332 37 114
Binary 10101111 10111101 11010101 10010 1011 0 10000 11011010 11111 1001100

Color Harmonies of #AFBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDD5

Black with #AFBDD5

Text Example


Text Example

White with #AFBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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