Html Css Color HEX #AEBCDA Light Steel Blue

📋 copy color: '#AEBCDA'

red 174 ◦ green 188 ◦ blue 218

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

Shades of Light Steel Blue #AEBCDA

Tints of Light Steel Blue #AEBCDA

RGB

 RED value IS 174 (68.36% from 255) = 30%

 GREEN value IS 188 (73.83% from 255) = 32.41%

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

R = 30%
G = 32.41%
B = 37.59%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEBCDA (or 0xAEBCDA) is known color: Light Steel Blue. HEX triplet: AE, BC and DA. RGB value is (174,188,218). Sum of RGB (Red+Green+Blue) = 174+188+218=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDA is #514325. Grayscale: #BBBBBB. Windows color (decimal): -5325606 or 14335150. OLE color: 14335150.

HSL color Cylindrical-coordinate representation of color #AEBCDA: hue angle of 220.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBCDA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 188 218 -
CMYK 0.20 0.14 0 0.15
HSL 220.91º 0.37% 0.77% -
HSV(B) 220.91º 0.2% 0.85% -
XYZ 48.09 50.03 73.45 -
YUV 187.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 174 188 218 0.20 0.14 0 0.15 220.91 0.37 0.77
Hex AE BC DA 14 E 0 F DD 25 4D
Octal 256 274 332 24 16 0 17 335 45 115
Binary 10101110 10111100 11011010 10100 1110 0 1111 11011101 100101 1001101

Color Harmonies of #AEBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCDA

Black with #AEBCDA

Text Example


Text Example

White with #AEBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCDA; }

 p { color: rgb(174,188,218); }

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

background-color css

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

 a { background-color: rgb(174,188,218); }

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

border-color css

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

 span { border-color: rgb(174,188,218); }

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