Html Css Color HEX #A9BFD9 Light Steel Blue

📋 copy color: '#A9BFD9'

red 169 ◦ green 191 ◦ blue 217

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

Shades of Light Steel Blue #A9BFD9

Tints of Light Steel Blue #A9BFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 29.29%
G = 33.1%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A9BFD9 (or 0xA9BFD9) is known color: Light Steel Blue. HEX triplet: A9, BF and D9. RGB value is (169,191,217). Sum of RGB (Red+Green+Blue) = 169+191+217=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9BFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFD9 is #564026. Grayscale: #BBBBBB. Windows color (decimal): -5652519 or 14270377. OLE color: 14270377.

HSL color Cylindrical-coordinate representation of color #A9BFD9: hue angle of 212.5º degrees, saturation: 0.39, 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 #A9BFD9 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 191 217 -
CMYK 0.22 0.12 0 0.15
HSL 212.5º 0.39% 0.76% -
HSV(B) 212.5º 0.22% 0.85% -
XYZ 47.52 50.71 72.93 -
YUV 187.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 169 191 217 0.22 0.12 0 0.15 212.5 0.39 0.76
Hex A9 BF D9 16 C 0 F D4 27 4C
Octal 251 277 331 26 14 0 17 324 47 114
Binary 10101001 10111111 11011001 10110 1100 0 1111 11010100 100111 1001100

Color Harmonies of #A9BFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFD9

Black with #A9BFD9

Text Example


Text Example

White with #A9BFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFD9; }

 p { color: rgb(169,191,217); }

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

background-color css

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

 a { background-color: rgb(169,191,217); }

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

border-color css

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

 span { border-color: rgb(169,191,217); }

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