Html Css Color HEX #AEBFE2 Light Steel Blue

📋 copy color: '#AEBFE2'

red 174 ◦ green 191 ◦ blue 226

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

Shades of Light Steel Blue #AEBFE2

Tints of Light Steel Blue #AEBFE2

RGB

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

 GREEN value IS 191 (75% from 255) = 32.32%

 BLUE value IS 226 (88.67% from 255) = 38.24%

R = 29.44%
G = 32.32%
B = 38.24%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEBFE2 (or 0xAEBFE2) is known color: Light Steel Blue. HEX triplet: AE, BF and E2. RGB value is (174,191,226). Sum of RGB (Red+Green+Blue) = 174+191+226=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEBFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE2 is #51401D. Grayscale: #BDBDBD. Windows color (decimal): -5324830 or 14860206. OLE color: 14860206.

HSL color Cylindrical-coordinate representation of color #AEBFE2: hue angle of 220.38º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBFE2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 191 226 -
CMYK 0.23 0.15 0 0.11
HSL 220.38º 0.47% 0.78% -
HSV(B) 220.38º 0.23% 0.89% -
XYZ 49.81 51.75 79.32 -
YUV 189.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 174 191 226 0.23 0.15 0 0.11 220.38 0.47 0.78
Hex AE BF E2 17 F 0 B DC 2F 4E
Octal 256 277 342 27 17 0 13 334 57 116
Binary 10101110 10111111 11100010 10111 1111 0 1011 11011100 101111 1001110

Color Harmonies of #AEBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFE2

Black with #AEBFE2

Text Example


Text Example

White with #AEBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFE2; }

 p { color: rgb(174,191,226); }

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

background-color css

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

 a { background-color: rgb(174,191,226); }

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

border-color css

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

 span { border-color: rgb(174,191,226); }

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