Html Css Color HEX #AECADF Light Steel Blue

📋 copy color: '#AECADF'

red 174 ◦ green 202 ◦ blue 223

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

Shades of Light Steel Blue #AECADF

Tints of Light Steel Blue #AECADF

RGB

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

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

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

R = 29.05%
G = 33.72%
B = 37.23%

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

#AECADF (or 0xAECADF) is known color: Light Steel Blue. HEX triplet: AE, CA and DF. RGB value is (174,202,223). Sum of RGB (Red+Green+Blue) = 174+202+223=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADF is #513520. Grayscale: #C3C3C3. Windows color (decimal): -5322017 or 14666414. OLE color: 14666414.

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

Color convert

RGB 174 202 223 -
CMYK 0.22 0.09 0 0.13
HSL 205.71º 0.43% 0.78% -
HSV(B) 205.71º 0.22% 0.87% -
XYZ 51.9 56.57 78 -
YUV 196.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 174 202 223 0.22 0.09 0 0.13 205.71 0.43 0.78
Hex AE CA DF 16 9 0 D CE 2B 4E
Octal 256 312 337 26 11 0 15 316 53 116
Binary 10101110 11001010 11011111 10110 1001 0 1101 11001110 101011 1001110

Color Harmonies of #AECADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECADF

Black with #AECADF

Text Example


Text Example

White with #AECADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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