Html Css Color HEX #AABFD1 Spindle

📋 copy color: '#AABFD1'

red 170 ◦ green 191 ◦ blue 209

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

Shades of Spindle #AABFD1

Tints of Spindle #AABFD1

RGB

 RED value IS 170 (66.8% from 255) = 29.82%

 GREEN value IS 191 (75% from 255) = 33.51%

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

R = 29.82%
G = 33.51%
B = 36.67%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AABFD1 (or 0xAABFD1) is known color: Spindle. HEX triplet: AA, BF and D1. RGB value is (170,191,209). Sum of RGB (Red+Green+Blue) = 170+191+209=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #AABFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFD1 is #55402E. Grayscale: #BABABA. Windows color (decimal): -5586991 or 13746090. OLE color: 13746090.

HSL color Cylindrical-coordinate representation of color #AABFD1: hue angle of 207.69º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABFD1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 191 209 -
CMYK 0.19 0.09 0 0.18
HSL 207.69º 0.3% 0.74% -
HSV(B) 207.69º 0.19% 0.82% -
XYZ 46.72 50.41 67.59 -
YUV 186.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 170 191 209 0.19 0.09 0 0.18 207.69 0.3 0.74
Hex AA BF D1 13 9 0 12 D0 1E 4A
Octal 252 277 321 23 11 0 22 320 36 112
Binary 10101010 10111111 11010001 10011 1001 0 10010 11010000 11110 1001010

Color Harmonies of #AABFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFD1

Black with #AABFD1

Text Example


Text Example

White with #AABFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFD1; }

 p { color: rgb(170,191,209); }

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

background-color css

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

 a { background-color: rgb(170,191,209); }

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

border-color css

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

 span { border-color: rgb(170,191,209); }

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