Html Css Color HEX #A7BDDB Light Steel Blue

📋 copy color: '#A7BDDB'

red 167 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #A7BDDB

Tints of Light Steel Blue #A7BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 219 (85.94% from 255) = 38.09%

R = 29.04%
G = 32.87%
B = 38.09%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A7BDDB (or 0xA7BDDB) is known color: Light Steel Blue. HEX triplet: A7, BD and DB. RGB value is (167,189,219). Sum of RGB (Red+Green+Blue) = 167+189+219=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDDB is #584224. Grayscale: #B9B9B9. Windows color (decimal): -5784101 or 14400935. OLE color: 14400935.

HSL color Cylindrical-coordinate representation of color #A7BDDB: hue angle of 214.62º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7BDDB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 189 219 -
CMYK 0.24 0.14 0 0.14
HSL 214.62º 0.42% 0.76% -
HSV(B) 214.62º 0.24% 0.86% -
XYZ 46.92 49.73 74.14 -
YUV 185.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 167 189 219 0.24 0.14 0 0.14 214.62 0.42 0.76
Hex A7 BD DB 18 E 0 E D7 2A 4C
Octal 247 275 333 30 16 0 16 327 52 114
Binary 10100111 10111101 11011011 11000 1110 0 1110 11010111 101010 1001100

Color Harmonies of #A7BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDDB

Black with #A7BDDB

Text Example


Text Example

White with #A7BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDDB; }

 p { color: rgb(167,189,219); }

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

background-color css

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

 a { background-color: rgb(167,189,219); }

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

border-color css

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

 span { border-color: rgb(167,189,219); }

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