Html Css Color HEX #ABBFD7 Spindle

📋 copy color: '#ABBFD7'

red 171 ◦ green 191 ◦ blue 215

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

Shades of Spindle #ABBFD7

Tints of Spindle #ABBFD7

RGB

 RED value IS 171 (67.19% from 255) = 29.64%

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

 BLUE value IS 215 (84.38% from 255) = 37.26%

R = 29.64%
G = 33.1%
B = 37.26%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBFD7 (or 0xABBFD7) is known color: Spindle. HEX triplet: AB, BF and D7. RGB value is (171,191,215). Sum of RGB (Red+Green+Blue) = 171+191+215=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABBFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD7 is #544028. Grayscale: #BBBBBB. Windows color (decimal): -5521449 or 14139307. OLE color: 14139307.

HSL color Cylindrical-coordinate representation of color #ABBFD7: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBFD7 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 191 215 -
CMYK 0.20 0.11 0 0.16
HSL 212.73º 0.35% 0.76% -
HSV(B) 212.73º 0.2% 0.84% -
XYZ 47.69 50.83 71.59 -
YUV 187.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 171 191 215 0.20 0.11 0 0.16 212.73 0.35 0.76
Hex AB BF D7 14 B 0 10 D5 23 4C
Octal 253 277 327 24 13 0 20 325 43 114
Binary 10101011 10111111 11010111 10100 1011 0 10000 11010101 100011 1001100

Color Harmonies of #ABBFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFD7

Black with #ABBFD7

Text Example


Text Example

White with #ABBFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFD7; }

 p { color: rgb(171,191,215); }

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

background-color css

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

 a { background-color: rgb(171,191,215); }

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

border-color css

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

 span { border-color: rgb(171,191,215); }

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