Html Css Color HEX #A7BFDA Light Steel Blue

📋 copy color: '#A7BFDA'

red 167 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #A7BFDA

Tints of Light Steel Blue #A7BFDA

RGB

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

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

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

R = 28.99%
G = 33.16%
B = 37.85%

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

#A7BFDA (or 0xA7BFDA) is known color: Light Steel Blue. HEX triplet: A7, BF and DA. RGB value is (167,191,218). Sum of RGB (Red+Green+Blue) = 167+191+218=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFDA is #584025. Grayscale: #BABABA. Windows color (decimal): -5783590 or 14335911. OLE color: 14335911.

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

Color convert

RGB 167 191 218 -
CMYK 0.23 0.12 0 0.15
HSL 211.76º 0.41% 0.75% -
HSV(B) 211.76º 0.23% 0.85% -
XYZ 47.22 50.54 73.6 -
YUV 186.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 167 191 218 0.23 0.12 0 0.15 211.76 0.41 0.75
Hex A7 BF DA 17 C 0 F D4 29 4B
Octal 247 277 332 27 14 0 17 324 51 113
Binary 10100111 10111111 11011010 10111 1100 0 1111 11010100 101001 1001011

Color Harmonies of #A7BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFDA

Black with #A7BFDA

Text Example


Text Example

White with #A7BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFDA; }

 p { color: rgb(167,191,218); }

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

background-color css

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

 a { background-color: rgb(167,191,218); }

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

border-color css

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

 span { border-color: rgb(167,191,218); }

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