Html Css Color HEX #ABBCD5 Spindle

📋 copy color: '#ABBCD5'

red 171 ◦ green 188 ◦ blue 213

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

Shades of Spindle #ABBCD5

Tints of Spindle #ABBCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

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

R = 29.9%
G = 32.87%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ABBCD5 (or 0xABBCD5) is known color: Spindle. HEX triplet: AB, BC and D5. RGB value is (171,188,213). Sum of RGB (Red+Green+Blue) = 171+188+213=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD5 is #54432A. Grayscale: #B9B9B9. Windows color (decimal): -5522219 or 14007467. OLE color: 14007467.

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

Color convert

RGB 171 188 213 -
CMYK 0.20 0.12 0 0.16
HSL 215.71º 0.33% 0.75% -
HSV(B) 215.71º 0.2% 0.84% -
XYZ 46.79 49.43 70.03 -
YUV 185.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 171 188 213 0.20 0.12 0 0.16 215.71 0.33 0.75
Hex AB BC D5 14 C 0 10 D8 21 4B
Octal 253 274 325 24 14 0 20 330 41 113
Binary 10101011 10111100 11010101 10100 1100 0 10000 11011000 100001 1001011

Color Harmonies of #ABBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCD5

Black with #ABBCD5

Text Example


Text Example

White with #ABBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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