Html Css Color HEX #A7BDDA Light Steel Blue

📋 copy color: '#A7BDDA'

red 167 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #A7BDDA

Tints of Light Steel Blue #A7BDDA

RGB

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

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

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

R = 29.09%
G = 32.93%
B = 37.98%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A7BDDA (or 0xA7BDDA) is known color: Light Steel Blue. HEX triplet: A7, BD and DA. RGB value is (167,189,218). Sum of RGB (Red+Green+Blue) = 167+189+218=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDDA is #584225. Grayscale: #B9B9B9. Windows color (decimal): -5784102 or 14335399. OLE color: 14335399.

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

Color convert

RGB 167 189 218 -
CMYK 0.23 0.13 0 0.15
HSL 214.12º 0.41% 0.75% -
HSV(B) 214.12º 0.23% 0.85% -
XYZ 46.79 49.67 73.45 -
YUV 185.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 167 189 218 0.23 0.13 0 0.15 214.12 0.41 0.75
Hex A7 BD DA 17 D 0 F D6 29 4B
Octal 247 275 332 27 15 0 17 326 51 113
Binary 10100111 10111101 11011010 10111 1101 0 1111 11010110 101001 1001011

Color Harmonies of #A7BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDDA

Black with #A7BDDA

Text Example


Text Example

White with #A7BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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