Html Css Color HEX #AECADE Light Steel Blue

📋 copy color: '#AECADE'

red 174 ◦ green 202 ◦ blue 222

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

Shades of Light Steel Blue #AECADE

Tints of Light Steel Blue #AECADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.78%

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 29.1%
G = 33.78%
B = 37.12%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECADE (or 0xAECADE) is known color: Light Steel Blue. HEX triplet: AE, CA and DE. RGB value is (174,202,222). Sum of RGB (Red+Green+Blue) = 174+202+222=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #AECADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADE is #513521. Grayscale: #C3C3C3. Windows color (decimal): -5322018 or 14600878. OLE color: 14600878.

HSL color Cylindrical-coordinate representation of color #AECADE: hue angle of 205º degrees, saturation: 0.42, 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 #AECADE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 202 222 -
CMYK 0.22 0.09 0 0.13
HSL 205º 0.42% 0.78% -
HSV(B) 205º 0.22% 0.87% -
XYZ 51.76 56.51 77.29 -
YUV 195.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 174 202 222 0.22 0.09 0 0.13 205 0.42 0.78
Hex AE CA DE 16 9 0 D CD 2A 4E
Octal 256 312 336 26 11 0 15 315 52 116
Binary 10101110 11001010 11011110 10110 1001 0 1101 11001101 101010 1001110

Color Harmonies of #AECADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECADE

Black with #AECADE

Text Example


Text Example

White with #AECADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECADE; }

 p { color: rgb(174,202,222); }

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

background-color css

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

 a { background-color: rgb(174,202,222); }

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

border-color css

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

 span { border-color: rgb(174,202,222); }

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