Html Css Color HEX #ABBFD5 Spindle

📋 copy color: '#ABBFD5'

red 171 ◦ green 191 ◦ blue 213

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

Shades of Spindle #ABBFD5

Tints of Spindle #ABBFD5

RGB

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

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

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

R = 29.74%
G = 33.22%
B = 37.04%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBFD5 (or 0xABBFD5) is known color: Spindle. HEX triplet: AB, BF and D5. RGB value is (171,191,213). Sum of RGB (Red+Green+Blue) = 171+191+213=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 191 (75% from 255 or 33.22% 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 #ABBFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD5 is #54402A. Grayscale: #BBBBBB. Windows color (decimal): -5521451 or 14008235. OLE color: 14008235.

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

Color convert

RGB 171 191 213 -
CMYK 0.20 0.10 0 0.16
HSL 211.43º 0.33% 0.75% -
HSV(B) 211.43º 0.2% 0.84% -
XYZ 47.44 50.72 70.24 -
YUV 187.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 171 191 213 0.20 0.10 0 0.16 211.43 0.33 0.75
Hex AB BF D5 14 A 0 10 D3 21 4B
Octal 253 277 325 24 12 0 20 323 41 113
Binary 10101011 10111111 11010101 10100 1010 0 10000 11010011 100001 1001011

Color Harmonies of #ABBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFD5

Black with #ABBFD5

Text Example


Text Example

White with #ABBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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