Html Css Color HEX #ABBEDB Light Steel Blue

📋 copy color: '#ABBEDB'

red 171 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #ABBEDB

Tints of Light Steel Blue #ABBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

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

R = 29.48%
G = 32.76%
B = 37.76%

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

#ABBEDB (or 0xABBEDB) is known color: Light Steel Blue. HEX triplet: AB, BE and DB. RGB value is (171,190,219). Sum of RGB (Red+Green+Blue) = 171+190+219=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEDB is #544124. Grayscale: #BBBBBB. Windows color (decimal): -5521701 or 14401195. OLE color: 14401195.

HSL color Cylindrical-coordinate representation of color #ABBEDB: hue angle of 216.25º 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 #ABBEDB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 190 219 -
CMYK 0.22 0.13 0 0.14
HSL 216.25º 0.4% 0.76% -
HSV(B) 216.25º 0.22% 0.86% -
XYZ 47.99 50.6 74.25 -
YUV 187.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 171 190 219 0.22 0.13 0 0.14 216.25 0.4 0.76
Hex AB BE DB 16 D 0 E D8 28 4C
Octal 253 276 333 26 15 0 16 330 50 114
Binary 10101011 10111110 11011011 10110 1101 0 1110 11011000 101000 1001100

Color Harmonies of #ABBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBEDB

Black with #ABBEDB

Text Example


Text Example

White with #ABBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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