Html Css Color HEX #ABBFDB Light Steel Blue

📋 copy color: '#ABBFDB'

red 171 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #ABBFDB

Tints of Light Steel Blue #ABBFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 29.43%
G = 32.87%
B = 37.69%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABBFDB (or 0xABBFDB) is known color: Light Steel Blue. HEX triplet: AB, BF and DB. RGB value is (171,191,219). Sum of RGB (Red+Green+Blue) = 171+191+219=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFDB is #544024. Grayscale: #BCBCBC. Windows color (decimal): -5521445 or 14401451. OLE color: 14401451.

HSL color Cylindrical-coordinate representation of color #ABBFDB: hue angle of 215º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBFDB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 191 219 -
CMYK 0.22 0.13 0 0.14
HSL 215º 0.4% 0.76% -
HSV(B) 215º 0.22% 0.86% -
XYZ 48.21 51.03 74.33 -
YUV 188.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 171 191 219 0.22 0.13 0 0.14 215 0.4 0.76
Hex AB BF DB 16 D 0 E D7 28 4C
Octal 253 277 333 26 15 0 16 327 50 114
Binary 10101011 10111111 11011011 10110 1101 0 1110 11010111 101000 1001100

Color Harmonies of #ABBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFDB

Black with #ABBFDB

Text Example


Text Example

White with #ABBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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