Html Css Color HEX #AFBBD5 Spindle

📋 copy color: '#AFBBD5'

red 175 ◦ green 187 ◦ blue 213

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

Shades of Spindle #AFBBD5

Tints of Spindle #AFBBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

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

R = 30.43%
G = 32.52%
B = 37.04%

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

#AFBBD5 (or 0xAFBBD5) is known color: Spindle. HEX triplet: AF, BB and D5. RGB value is (175,187,213). Sum of RGB (Red+Green+Blue) = 175+187+213=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFBBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBD5 is #50442A. Grayscale: #BABABA. Windows color (decimal): -5260331 or 14007215. OLE color: 14007215.

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

Color convert

RGB 175 187 213 -
CMYK 0.18 0.12 0 0.16
HSL 221.05º 0.31% 0.76% -
HSV(B) 221.05º 0.18% 0.84% -
XYZ 47.46 49.46 70 -
YUV 186.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 175 187 213 0.18 0.12 0 0.16 221.05 0.31 0.76
Hex AF BB D5 12 C 0 10 DD 1F 4C
Octal 257 273 325 22 14 0 20 335 37 114
Binary 10101111 10111011 11010101 10010 1100 0 10000 11011101 11111 1001100

Color Harmonies of #AFBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBD5

Black with #AFBBD5

Text Example


Text Example

White with #AFBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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