Html Css Color HEX #ABBDDA Light Steel Blue

📋 copy color: '#ABBDDA'

red 171 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #ABBDDA

Tints of Light Steel Blue #ABBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.7%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 29.58%
G = 32.7%
B = 37.72%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABBDDA (or 0xABBDDA) is known color: Light Steel Blue. HEX triplet: AB, BD and DA. RGB value is (171,189,218). Sum of RGB (Red+Green+Blue) = 171+189+218=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDDA is #544225. Grayscale: #BABABA. Windows color (decimal): -5521958 or 14335403. OLE color: 14335403.

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

Color convert

RGB 171 189 218 -
CMYK 0.22 0.13 0 0.15
HSL 217.02º 0.39% 0.76% -
HSV(B) 217.02º 0.22% 0.85% -
XYZ 47.65 50.12 73.49 -
YUV 186.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 171 189 218 0.22 0.13 0 0.15 217.02 0.39 0.76
Hex AB BD DA 16 D 0 F D9 27 4C
Octal 253 275 332 26 15 0 17 331 47 114
Binary 10101011 10111101 11011010 10110 1101 0 1111 11011001 100111 1001100

Color Harmonies of #ABBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDDA

Black with #ABBDDA

Text Example


Text Example

White with #ABBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDDA; }

 p { color: rgb(171,189,218); }

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

background-color css

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

 a { background-color: rgb(171,189,218); }

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

border-color css

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

 span { border-color: rgb(171,189,218); }

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