Html Css Color HEX #A9BEDA Light Steel Blue

📋 copy color: '#A9BEDA'

red 169 ◦ green 190 ◦ blue 218

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

Shades of Light Steel Blue #A9BEDA

Tints of Light Steel Blue #A9BEDA

RGB

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

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

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

R = 29.29%
G = 32.93%
B = 37.78%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9BEDA (or 0xA9BEDA) is known color: Light Steel Blue. HEX triplet: A9, BE and DA. RGB value is (169,190,218). Sum of RGB (Red+Green+Blue) = 169+190+218=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEDA is #564125. Grayscale: #BABABA. Windows color (decimal): -5652774 or 14335657. OLE color: 14335657.

HSL color Cylindrical-coordinate representation of color #A9BEDA: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9BEDA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 190 218 -
CMYK 0.22 0.13 0 0.15
HSL 214.29º 0.4% 0.76% -
HSV(B) 214.29º 0.22% 0.85% -
XYZ 47.43 50.32 73.54 -
YUV 186.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 169 190 218 0.22 0.13 0 0.15 214.29 0.4 0.76
Hex A9 BE DA 16 D 0 F D6 28 4C
Octal 251 276 332 26 15 0 17 326 50 114
Binary 10101001 10111110 11011010 10110 1101 0 1111 11010110 101000 1001100

Color Harmonies of #A9BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BEDA

Black with #A9BEDA

Text Example


Text Example

White with #A9BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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