Html Css Color HEX #AEBFDA Light Steel Blue

📋 copy color: '#AEBFDA'

red 174 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #AEBFDA

Tints of Light Steel Blue #AEBFDA

RGB

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

 GREEN value IS 191 (75% from 255) = 32.76%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 29.85%
G = 32.76%
B = 37.39%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEBFDA (or 0xAEBFDA) is known color: Light Steel Blue. HEX triplet: AE, BF and DA. RGB value is (174,191,218). Sum of RGB (Red+Green+Blue) = 174+191+218=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDA is #514025. Grayscale: #BCBCBC. Windows color (decimal): -5324838 or 14335918. OLE color: 14335918.

HSL color Cylindrical-coordinate representation of color #AEBFDA: hue angle of 216.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBFDA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 191 218 -
CMYK 0.20 0.12 0 0.15
HSL 216.82º 0.37% 0.77% -
HSV(B) 216.82º 0.2% 0.85% -
XYZ 48.74 51.32 73.67 -
YUV 189 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 174 191 218 0.20 0.12 0 0.15 216.82 0.37 0.77
Hex AE BF DA 14 C 0 F D9 25 4D
Octal 256 277 332 24 14 0 17 331 45 115
Binary 10101110 10111111 11011010 10100 1100 0 1111 11011001 100101 1001101

Color Harmonies of #AEBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFDA

Black with #AEBFDA

Text Example


Text Example

White with #AEBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFDA; }

 p { color: rgb(174,191,218); }

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

background-color css

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

 a { background-color: rgb(174,191,218); }

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

border-color css

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

 span { border-color: rgb(174,191,218); }

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