#AABFDA

Color #AABFDA Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #AABFDA

Tints of Light Steel Blue #AABFDA

Color information

#AABFDA (or 0xAABFDA) is unknown color: approx Light Steel Blue. HEX triplet: AA, BF and DA. RGB value is (170,191,218). Sum of RGB (Red+Green+Blue) = 170+191+218=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFDA is #554025. Grayscale: #BBBBBB. Windows color (decimal): -5586982 or 14335914. OLE color: 14335914.

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

Color convert

RGB170191218-
CMYK0.220.1200.15
HSL213.75º39.34%76.08%-
HSV(B)213.75º22.02%85.49%-
XYZ47.8650.8773.63-
YUV187.8145.04115.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=29.36%
G=32.99%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701912180.220.1200.15213.7539.3476.08
HexAABFDA16C0Fd6274c
Octal252277332261401732647114
Binary10101010101111111101101010110110001111110101101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFDA; }

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

 H1.HeaderClassName
 {
   color: #AABFDA;
 }
 .AnyTagClassName
 {
   color: #AABFDA;
 }
</style>
background-color css

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

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

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

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

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

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