Html Css Color HEX #AEC0E4 Light Steel Blue

📋 copy color: '#AEC0E4'

red 174 ◦ green 192 ◦ blue 228

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

Shades of Light Steel Blue #AEC0E4

Tints of Light Steel Blue #AEC0E4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.32%

 BLUE value IS 228 (89.45% from 255) = 38.38%

R = 29.29%
G = 32.32%
B = 38.38%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEC0E4 (or 0xAEC0E4) is known color: Light Steel Blue. HEX triplet: AE, C0 and E4. RGB value is (174,192,228). Sum of RGB (Red+Green+Blue) = 174+192+228=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEC0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0E4 is #513F1B. Grayscale: #BEBEBE. Windows color (decimal): -5324572 or 14991534. OLE color: 14991534.

HSL color Cylindrical-coordinate representation of color #AEC0E4: hue angle of 220º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEC0E4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 192 228 -
CMYK 0.24 0.16 0 0.11
HSL 220º 0.5% 0.79% -
HSV(B) 220º 0.24% 0.89% -
XYZ 50.31 52.3 80.84 -
YUV 190.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 174 192 228 0.24 0.16 0 0.11 220 0.5 0.79
Hex AE C0 E4 18 10 0 B DC 32 4F
Octal 256 300 344 30 20 0 13 334 62 117
Binary 10101110 11000000 11100100 11000 10000 0 1011 11011100 110010 1001111

Color Harmonies of #AEC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0E4

Black with #AEC0E4

Text Example


Text Example

White with #AEC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0E4; }

 p { color: rgb(174,192,228); }

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

background-color css

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

 a { background-color: rgb(174,192,228); }

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

border-color css

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

 span { border-color: rgb(174,192,228); }

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