Html Css Color HEX #ABC3E0 Light Steel Blue

📋 copy color: '#ABC3E0'

red 171 ◦ green 195 ◦ blue 224

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

Shades of Light Steel Blue #ABC3E0

Tints of Light Steel Blue #ABC3E0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 28.98%
G = 33.05%
B = 37.97%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABC3E0 (or 0xABC3E0) is known color: Light Steel Blue. HEX triplet: AB, C3 and E0. RGB value is (171,195,224). Sum of RGB (Red+Green+Blue) = 171+195+224=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABC3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3E0 is #543C1F. Grayscale: #BEBEBE. Windows color (decimal): -5520416 or 14730155. OLE color: 14730155.

HSL color Cylindrical-coordinate representation of color #ABC3E0: hue angle of 212.83º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC3E0 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 195 224 -
CMYK 0.24 0.13 0 0.12
HSL 212.83º 0.46% 0.77% -
HSV(B) 212.83º 0.24% 0.88% -
XYZ 49.76 53.07 78.14 -
YUV 191.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 171 195 224 0.24 0.13 0 0.12 212.83 0.46 0.77
Hex AB C3 E0 18 D 0 C D5 2E 4D
Octal 253 303 340 30 15 0 14 325 56 115
Binary 10101011 11000011 11100000 11000 1101 0 1100 11010101 101110 1001101

Color Harmonies of #ABC3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC3E0

Black with #ABC3E0

Text Example


Text Example

White with #ABC3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC3E0; }

 p { color: rgb(171,195,224); }

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

background-color css

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

 a { background-color: rgb(171,195,224); }

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

border-color css

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

 span { border-color: rgb(171,195,224); }

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