Html Css Color HEX #AECBE1 Light Steel Blue

📋 copy color: '#AECBE1'

red 174 ◦ green 203 ◦ blue 225

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

Shades of Light Steel Blue #AECBE1

Tints of Light Steel Blue #AECBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 28.9%
G = 33.72%
B = 37.38%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AECBE1 (or 0xAECBE1) is known color: Light Steel Blue. HEX triplet: AE, CB and E1. RGB value is (174,203,225). Sum of RGB (Red+Green+Blue) = 174+203+225=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBE1 is #51341E. Grayscale: #C4C4C4. Windows color (decimal): -5321759 or 14797742. OLE color: 14797742.

HSL color Cylindrical-coordinate representation of color #AECBE1: hue angle of 205.88º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECBE1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 203 225 -
CMYK 0.23 0.10 0 0.12
HSL 205.88º 0.46% 0.78% -
HSV(B) 205.88º 0.23% 0.88% -
XYZ 52.4 57.15 79.5 -
YUV 196.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 174 203 225 0.23 0.10 0 0.12 205.88 0.46 0.78
Hex AE CB E1 17 A 0 C CE 2E 4E
Octal 256 313 341 27 12 0 14 316 56 116
Binary 10101110 11001011 11100001 10111 1010 0 1100 11001110 101110 1001110

Color Harmonies of #AECBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBE1

Black with #AECBE1

Text Example


Text Example

White with #AECBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBE1; }

 p { color: rgb(174,203,225); }

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

background-color css

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

 a { background-color: rgb(174,203,225); }

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

border-color css

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

 span { border-color: rgb(174,203,225); }

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