Html Css Color HEX #A7BED8 Light Steel Blue

📋 copy color: '#A7BED8'

red 167 ◦ green 190 ◦ blue 216

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

Shades of Light Steel Blue #A7BED8

Tints of Light Steel Blue #A7BED8

RGB

 RED value IS 167 (65.63% from 255) = 29.14%

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

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 29.14%
G = 33.16%
B = 37.7%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A7BED8 (or 0xA7BED8) is known color: Light Steel Blue. HEX triplet: A7, BE and D8. RGB value is (167,190,216). Sum of RGB (Red+Green+Blue) = 167+190+216=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #A7BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BED8 is #584127. Grayscale: #B9B9B9. Windows color (decimal): -5783848 or 14204583. OLE color: 14204583.

HSL color Cylindrical-coordinate representation of color #A7BED8: hue angle of 211.84º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7BED8 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 190 216 -
CMYK 0.23 0.12 0 0.15
HSL 211.84º 0.39% 0.75% -
HSV(B) 211.84º 0.23% 0.85% -
XYZ 46.74 50 72.15 -
YUV 186.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 167 190 216 0.23 0.12 0 0.15 211.84 0.39 0.75
Hex A7 BE D8 17 C 0 F D4 27 4B
Octal 247 276 330 27 14 0 17 324 47 113
Binary 10100111 10111110 11011000 10111 1100 0 1111 11010100 100111 1001011

Color Harmonies of #A7BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BED8

Black with #A7BED8

Text Example


Text Example

White with #A7BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BED8; }

 p { color: rgb(167,190,216); }

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

background-color css

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

 a { background-color: rgb(167,190,216); }

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

border-color css

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

 span { border-color: rgb(167,190,216); }

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