Html Css Color HEX #AECBDE Light Steel Blue

📋 copy color: '#AECBDE'

red 174 ◦ green 203 ◦ blue 222

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

Shades of Light Steel Blue #AECBDE

Tints of Light Steel Blue #AECBDE

RGB

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

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

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

R = 29.05%
G = 33.89%
B = 37.06%

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

#AECBDE (or 0xAECBDE) is known color: Light Steel Blue. HEX triplet: AE, CB and DE. RGB value is (174,203,222). Sum of RGB (Red+Green+Blue) = 174+203+222=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #AECBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBDE is #513421. Grayscale: #C4C4C4. Windows color (decimal): -5321762 or 14601134. OLE color: 14601134.

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

Color convert

RGB 174 203 222 -
CMYK 0.22 0.09 0 0.13
HSL 203.75º 0.42% 0.78% -
HSV(B) 203.75º 0.22% 0.87% -
XYZ 52 56.98 77.37 -
YUV 196.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 174 203 222 0.22 0.09 0 0.13 203.75 0.42 0.78
Hex AE CB DE 16 9 0 D CC 2A 4E
Octal 256 313 336 26 11 0 15 314 52 116
Binary 10101110 11001011 11011110 10110 1001 0 1101 11001100 101010 1001110

Color Harmonies of #AECBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBDE

Black with #AECBDE

Text Example


Text Example

White with #AECBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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