Html Css Color HEX #AECBDF Light Steel Blue

📋 copy color: '#AECBDF'

red 174 ◦ green 203 ◦ blue 223

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

Shades of Light Steel Blue #AECBDF

Tints of Light Steel Blue #AECBDF

RGB

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

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

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

R = 29%
G = 33.83%
B = 37.17%

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

#AECBDF (or 0xAECBDF) is known color: Light Steel Blue. HEX triplet: AE, CB and DF. RGB value is (174,203,223). Sum of RGB (Red+Green+Blue) = 174+203+223=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBDF is #513420. Grayscale: #C4C4C4. Windows color (decimal): -5321761 or 14666670. OLE color: 14666670.

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

Color convert

RGB 174 203 223 -
CMYK 0.22 0.09 0 0.13
HSL 204.49º 0.43% 0.78% -
HSV(B) 204.49º 0.22% 0.87% -
XYZ 52.13 57.04 78.07 -
YUV 196.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 174 203 223 0.22 0.09 0 0.13 204.49 0.43 0.78
Hex AE CB DF 16 9 0 D CC 2B 4E
Octal 256 313 337 26 11 0 15 314 53 116
Binary 10101110 11001011 11011111 10110 1001 0 1101 11001100 101011 1001110

Color Harmonies of #AECBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBDF

Black with #AECBDF

Text Example


Text Example

White with #AECBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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