Html Css Color HEX #A4BDDB Light Steel Blue

📋 copy color: '#A4BDDB'

red 164 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #A4BDDB

Tints of Light Steel Blue #A4BDDB

RGB

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

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

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

R = 28.67%
G = 33.04%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4BDDB (or 0xA4BDDB) is known color: Light Steel Blue. HEX triplet: A4, BD and DB. RGB value is (164,189,219). Sum of RGB (Red+Green+Blue) = 164+189+219=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDDB is #5B4224. Grayscale: #B8B8B8. Windows color (decimal): -5980709 or 14400932. OLE color: 14400932.

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

Color convert

RGB 164 189 219 -
CMYK 0.25 0.14 0 0.14
HSL 212.73º 0.43% 0.75% -
HSV(B) 212.73º 0.25% 0.86% -
XYZ 46.29 49.4 74.11 -
YUV 184.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 164 189 219 0.25 0.14 0 0.14 212.73 0.43 0.75
Hex A4 BD DB 19 E 0 E D5 2B 4B
Octal 244 275 333 31 16 0 16 325 53 113
Binary 10100100 10111101 11011011 11001 1110 0 1110 11010101 101011 1001011

Color Harmonies of #A4BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDDB

Black with #A4BDDB

Text Example


Text Example

White with #A4BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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