Html Css Color HEX #A4BBDD Light Steel Blue

📋 copy color: '#A4BBDD'

red 164 ◦ green 187 ◦ blue 221

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

Shades of Light Steel Blue #A4BBDD

Tints of Light Steel Blue #A4BBDD

RGB

 RED value IS 164 (64.45% from 255) = 28.67%

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 28.67%
G = 32.69%
B = 38.64%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4BBDD (or 0xA4BBDD) is known color: Light Steel Blue. HEX triplet: A4, BB and DD. RGB value is (164,187,221). Sum of RGB (Red+Green+Blue) = 164+187+221=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBDD is #5B4422. Grayscale: #B7B7B7. Windows color (decimal): -5981219 or 14531492. OLE color: 14531492.

HSL color Cylindrical-coordinate representation of color #A4BBDD: hue angle of 215.79º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BBDD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 187 221 -
CMYK 0.26 0.15 0 0.13
HSL 215.79º 0.46% 0.75% -
HSV(B) 215.79º 0.26% 0.87% -
XYZ 46.13 48.65 75.37 -
YUV 184 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 164 187 221 0.26 0.15 0 0.13 215.79 0.46 0.75
Hex A4 BB DD 1A F 0 D D8 2E 4B
Octal 244 273 335 32 17 0 15 330 56 113
Binary 10100100 10111011 11011101 11010 1111 0 1101 11011000 101110 1001011

Color Harmonies of #A4BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBDD

Black with #A4BBDD

Text Example


Text Example

White with #A4BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBDD; }

 p { color: rgb(164,187,221); }

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

background-color css

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

 a { background-color: rgb(164,187,221); }

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

border-color css

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

 span { border-color: rgb(164,187,221); }

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