Html Css Color HEX #A9C0E0 Light Steel Blue

📋 copy color: '#A9C0E0'

red 169 ◦ green 192 ◦ blue 224

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

Shades of Light Steel Blue #A9C0E0

Tints of Light Steel Blue #A9C0E0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 28.89%
G = 32.82%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A9C0E0 (or 0xA9C0E0) is known color: Light Steel Blue. HEX triplet: A9, C0 and E0. RGB value is (169,192,224). Sum of RGB (Red+Green+Blue) = 169+192+224=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #A9C0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0E0 is #563F1F. Grayscale: #BCBCBC. Windows color (decimal): -5652256 or 14729385. OLE color: 14729385.

HSL color Cylindrical-coordinate representation of color #A9C0E0: hue angle of 214.91º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C0E0 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 192 224 -
CMYK 0.25 0.14 0 0.12
HSL 214.91º 0.47% 0.77% -
HSV(B) 214.91º 0.25% 0.88% -
XYZ 48.67 51.52 77.9 -
YUV 188.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 169 192 224 0.25 0.14 0 0.12 214.91 0.47 0.77
Hex A9 C0 E0 19 E 0 C D7 2F 4D
Octal 251 300 340 31 16 0 14 327 57 115
Binary 10101001 11000000 11100000 11001 1110 0 1100 11010111 101111 1001101

Color Harmonies of #A9C0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C0E0

Black with #A9C0E0

Text Example


Text Example

White with #A9C0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C0E0; }

 p { color: rgb(169,192,224); }

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

background-color css

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

 a { background-color: rgb(169,192,224); }

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

border-color css

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

 span { border-color: rgb(169,192,224); }

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