Html Css Color HEX #AABBDA Light Steel Blue

📋 copy color: '#AABBDA'

red 170 ◦ green 187 ◦ blue 218

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

Shades of Light Steel Blue #AABBDA

Tints of Light Steel Blue #AABBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

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

R = 29.57%
G = 32.52%
B = 37.91%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AABBDA (or 0xAABBDA) is known color: Light Steel Blue. HEX triplet: AA, BB and DA. RGB value is (170,187,218). Sum of RGB (Red+Green+Blue) = 170+187+218=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBDA is #554425. Grayscale: #B9B9B9. Windows color (decimal): -5588006 or 14334890. OLE color: 14334890.

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

Color convert

RGB 170 187 218 -
CMYK 0.22 0.14 0 0.15
HSL 218.75º 0.39% 0.76% -
HSV(B) 218.75º 0.22% 0.85% -
XYZ 47 49.15 73.34 -
YUV 185.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 170 187 218 0.22 0.14 0 0.15 218.75 0.39 0.76
Hex AA BB DA 16 E 0 F DB 27 4C
Octal 252 273 332 26 16 0 17 333 47 114
Binary 10101010 10111011 11011010 10110 1110 0 1111 11011011 100111 1001100

Color Harmonies of #AABBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBDA

Black with #AABBDA

Text Example


Text Example

White with #AABBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBDA; }

 p { color: rgb(170,187,218); }

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

background-color css

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

 a { background-color: rgb(170,187,218); }

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

border-color css

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

 span { border-color: rgb(170,187,218); }

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