Html Css Color HEX #ABC2DA Light Steel Blue

📋 copy color: '#ABC2DA'

red 171 ◦ green 194 ◦ blue 218

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

Shades of Light Steel Blue #ABC2DA

Tints of Light Steel Blue #ABC2DA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.28%

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

R = 29.33%
G = 33.28%
B = 37.39%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABC2DA (or 0xABC2DA) is known color: Light Steel Blue. HEX triplet: AB, C2 and DA. RGB value is (171,194,218). Sum of RGB (Red+Green+Blue) = 171+194+218=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2DA is #543D25. Grayscale: #BDBDBD. Windows color (decimal): -5520678 or 14336683. OLE color: 14336683.

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

Color convert

RGB 171 194 218 -
CMYK 0.22 0.11 0 0.15
HSL 210.64º 0.39% 0.76% -
HSV(B) 210.64º 0.22% 0.85% -
XYZ 48.74 52.3 73.86 -
YUV 189.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 171 194 218 0.22 0.11 0 0.15 210.64 0.39 0.76
Hex AB C2 DA 16 B 0 F D3 27 4C
Octal 253 302 332 26 13 0 17 323 47 114
Binary 10101011 11000010 11011010 10110 1011 0 1111 11010011 100111 1001100

Color Harmonies of #ABC2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2DA

Black with #ABC2DA

Text Example


Text Example

White with #ABC2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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