Html Css Color HEX #A7BBDF Light Steel Blue

📋 copy color: '#A7BBDF'

red 167 ◦ green 187 ◦ blue 223

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

Shades of Light Steel Blue #A7BBDF

Tints of Light Steel Blue #A7BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 28.94%
G = 32.41%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A7BBDF (or 0xA7BBDF) is known color: Light Steel Blue. HEX triplet: A7, BB and DF. RGB value is (167,187,223). Sum of RGB (Red+Green+Blue) = 167+187+223=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBDF is #584420. Grayscale: #B8B8B8. Windows color (decimal): -5784609 or 14662567. OLE color: 14662567.

HSL color Cylindrical-coordinate representation of color #A7BBDF: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7BBDF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 187 223 -
CMYK 0.25 0.16 0 0.13
HSL 218.57º 0.47% 0.76% -
HSV(B) 218.57º 0.25% 0.87% -
XYZ 47.03 49.08 76.81 -
YUV 185.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 167 187 223 0.25 0.16 0 0.13 218.57 0.47 0.76
Hex A7 BB DF 19 10 0 D DB 2F 4C
Octal 247 273 337 31 20 0 15 333 57 114
Binary 10100111 10111011 11011111 11001 10000 0 1101 11011011 101111 1001100

Color Harmonies of #A7BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BBDF

Black with #A7BBDF

Text Example


Text Example

White with #A7BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BBDF; }

 p { color: rgb(167,187,223); }

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

background-color css

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

 a { background-color: rgb(167,187,223); }

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

border-color css

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

 span { border-color: rgb(167,187,223); }

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