Html Css Color HEX #AABDD8 Light Steel Blue

📋 copy color: '#AABDD8'

red 170 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #AABDD8

Tints of Light Steel Blue #AABDD8

RGB

 RED value IS 170 (66.8% from 255) = 29.57%

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

 BLUE value IS 216 (84.77% from 255) = 37.57%

R = 29.57%
G = 32.87%
B = 37.57%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AABDD8 (or 0xAABDD8) is known color: Light Steel Blue. HEX triplet: AA, BD and D8. RGB value is (170,189,216). Sum of RGB (Red+Green+Blue) = 170+189+216=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #AABDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD8 is #554227. Grayscale: #BABABA. Windows color (decimal): -5587496 or 14204330. OLE color: 14204330.

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

Color convert

RGB 170 189 216 -
CMYK 0.21 0.12 0 0.15
HSL 215.22º 0.37% 0.76% -
HSV(B) 215.22º 0.21% 0.85% -
XYZ 47.17 49.9 72.11 -
YUV 186.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 170 189 216 0.21 0.12 0 0.15 215.22 0.37 0.76
Hex AA BD D8 15 C 0 F D7 25 4C
Octal 252 275 330 25 14 0 17 327 45 114
Binary 10101010 10111101 11011000 10101 1100 0 1111 11010111 100101 1001100

Color Harmonies of #AABDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDD8

Black with #AABDD8

Text Example


Text Example

White with #AABDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDD8; }

 p { color: rgb(170,189,216); }

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

background-color css

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

 a { background-color: rgb(170,189,216); }

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

border-color css

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

 span { border-color: rgb(170,189,216); }

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