Html Css Color HEX #ABBFDD Light Steel Blue

📋 copy color: '#ABBFDD'

red 171 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #ABBFDD

Tints of Light Steel Blue #ABBFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 29.33%
G = 32.76%
B = 37.91%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABBFDD (or 0xABBFDD) is known color: Light Steel Blue. HEX triplet: AB, BF and DD. RGB value is (171,191,221). Sum of RGB (Red+Green+Blue) = 171+191+221=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFDD is #544022. Grayscale: #BCBCBC. Windows color (decimal): -5521443 or 14532523. OLE color: 14532523.

HSL color Cylindrical-coordinate representation of color #ABBFDD: hue angle of 216º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBFDD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 191 221 -
CMYK 0.23 0.14 0 0.13
HSL 216º 0.42% 0.77% -
HSV(B) 216º 0.23% 0.87% -
XYZ 48.48 51.14 75.72 -
YUV 188.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 171 191 221 0.23 0.14 0 0.13 216 0.42 0.77
Hex AB BF DD 17 E 0 D D8 2A 4D
Octal 253 277 335 27 16 0 15 330 52 115
Binary 10101011 10111111 11011101 10111 1110 0 1101 11011000 101010 1001101

Color Harmonies of #ABBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFDD

Black with #ABBFDD

Text Example


Text Example

White with #ABBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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