Html Css Color HEX #AABDDC Light Steel Blue

📋 copy color: '#AABDDC'

red 170 ◦ green 189 ◦ blue 220

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

Shades of Light Steel Blue #AABDDC

Tints of Light Steel Blue #AABDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 29.36%
G = 32.64%
B = 38%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AABDDC (or 0xAABDDC) is known color: Light Steel Blue. HEX triplet: AA, BD and DC. RGB value is (170,189,220). Sum of RGB (Red+Green+Blue) = 170+189+220=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDC is #554223. Grayscale: #BABABA. Windows color (decimal): -5587492 or 14466474. OLE color: 14466474.

HSL color Cylindrical-coordinate representation of color #AABDDC: hue angle of 217.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABDDC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 189 220 -
CMYK 0.23 0.14 0 0.14
HSL 217.2º 0.42% 0.76% -
HSV(B) 217.2º 0.23% 0.86% -
XYZ 47.69 50.11 74.87 -
YUV 186.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 170 189 220 0.23 0.14 0 0.14 217.2 0.42 0.76
Hex AA BD DC 17 E 0 E D9 2A 4C
Octal 252 275 334 27 16 0 16 331 52 114
Binary 10101010 10111101 11011100 10111 1110 0 1110 11011001 101010 1001100

Color Harmonies of #AABDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDDC

Black with #AABDDC

Text Example


Text Example

White with #AABDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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