Html Css Color HEX #A7BBD6 Light Steel Blue

📋 copy color: '#A7BBD6'

red 167 ◦ green 187 ◦ blue 214

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

Shades of Light Steel Blue #A7BBD6

Tints of Light Steel Blue #A7BBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 29.4%
G = 32.92%
B = 37.68%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A7BBD6 (or 0xA7BBD6) is known color: Light Steel Blue. HEX triplet: A7, BB and D6. RGB value is (167,187,214). Sum of RGB (Red+Green+Blue) = 167+187+214=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBD6 is #584429. Grayscale: #B7B7B7. Windows color (decimal): -5784618 or 14072743. OLE color: 14072743.

HSL color Cylindrical-coordinate representation of color #A7BBD6: hue angle of 214.47º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7BBD6 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 187 214 -
CMYK 0.22 0.13 0 0.16
HSL 214.47º 0.36% 0.75% -
HSV(B) 214.47º 0.22% 0.84% -
XYZ 45.84 48.61 70.58 -
YUV 184.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 167 187 214 0.22 0.13 0 0.16 214.47 0.36 0.75
Hex A7 BB D6 16 D 0 10 D6 24 4B
Octal 247 273 326 26 15 0 20 326 44 113
Binary 10100111 10111011 11010110 10110 1101 0 10000 11010110 100100 1001011

Color Harmonies of #A7BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BBD6

Black with #A7BBD6

Text Example


Text Example

White with #A7BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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