Html Css Color HEX #AEC8DF Light Steel Blue

📋 copy color: '#AEC8DF'

red 174 ◦ green 200 ◦ blue 223

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

Shades of Light Steel Blue #AEC8DF

Tints of Light Steel Blue #AEC8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 29.15%
G = 33.5%
B = 37.35%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC8DF (or 0xAEC8DF) is known color: Light Steel Blue. HEX triplet: AE, C8 and DF. RGB value is (174,200,223). Sum of RGB (Red+Green+Blue) = 174+200+223=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8DF is #513720. Grayscale: #C2C2C2. Windows color (decimal): -5322529 or 14665902. OLE color: 14665902.

HSL color Cylindrical-coordinate representation of color #AEC8DF: hue angle of 208.16º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC8DF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 200 223 -
CMYK 0.22 0.10 0 0.13
HSL 208.16º 0.43% 0.78% -
HSV(B) 208.16º 0.22% 0.87% -
XYZ 51.43 55.63 77.84 -
YUV 194.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 174 200 223 0.22 0.10 0 0.13 208.16 0.43 0.78
Hex AE C8 DF 16 A 0 D D0 2B 4E
Octal 256 310 337 26 12 0 15 320 53 116
Binary 10101110 11001000 11011111 10110 1010 0 1101 11010000 101011 1001110

Color Harmonies of #AEC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8DF

Black with #AEC8DF

Text Example


Text Example

White with #AEC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8DF; }

 p { color: rgb(174,200,223); }

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

background-color css

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

 a { background-color: rgb(174,200,223); }

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

border-color css

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

 span { border-color: rgb(174,200,223); }

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