Html Css Color HEX #A9BEDE Light Steel Blue

📋 copy color: '#A9BEDE'

red 169 ◦ green 190 ◦ blue 222

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

Shades of Light Steel Blue #A9BEDE

Tints of Light Steel Blue #A9BEDE

RGB

 RED value IS 169 (66.41% from 255) = 29.09%

 GREEN value IS 190 (74.61% from 255) = 32.7%

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

R = 29.09%
G = 32.7%
B = 38.21%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A9BEDE (or 0xA9BEDE) is known color: Light Steel Blue. HEX triplet: A9, BE and DE. RGB value is (169,190,222). Sum of RGB (Red+Green+Blue) = 169+190+222=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEDE is #564121. Grayscale: #BBBBBB. Windows color (decimal): -5652770 or 14597801. OLE color: 14597801.

HSL color Cylindrical-coordinate representation of color #A9BEDE: hue angle of 216.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BEDE is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 190 222 -
CMYK 0.24 0.14 0 0.13
HSL 216.23º 0.45% 0.77% -
HSV(B) 216.23º 0.24% 0.87% -
XYZ 47.96 50.54 76.33 -
YUV 187.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 169 190 222 0.24 0.14 0 0.13 216.23 0.45 0.77
Hex A9 BE DE 18 E 0 D D8 2D 4D
Octal 251 276 336 30 16 0 15 330 55 115
Binary 10101001 10111110 11011110 11000 1110 0 1101 11011000 101101 1001101

Color Harmonies of #A9BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BEDE

Black with #A9BEDE

Text Example


Text Example

White with #A9BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BEDE; }

 p { color: rgb(169,190,222); }

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

background-color css

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

 a { background-color: rgb(169,190,222); }

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

border-color css

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

 span { border-color: rgb(169,190,222); }

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