Html Css Color HEX #A4BBDA Light Steel Blue

📋 copy color: '#A4BBDA'

red 164 ◦ green 187 ◦ blue 218

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

Shades of Light Steel Blue #A4BBDA

Tints of Light Steel Blue #A4BBDA

RGB

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

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

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

R = 28.82%
G = 32.86%
B = 38.31%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A4BBDA (or 0xA4BBDA) is known color: Light Steel Blue. HEX triplet: A4, BB and DA. RGB value is (164,187,218). Sum of RGB (Red+Green+Blue) = 164+187+218=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBDA is #5B4425. Grayscale: #B7B7B7. Windows color (decimal): -5981222 or 14334884. OLE color: 14334884.

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

Color convert

RGB 164 187 218 -
CMYK 0.25 0.14 0 0.15
HSL 214.44º 0.42% 0.75% -
HSV(B) 214.44º 0.25% 0.85% -
XYZ 45.74 48.5 73.28 -
YUV 183.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 164 187 218 0.25 0.14 0 0.15 214.44 0.42 0.75
Hex A4 BB DA 19 E 0 F D6 2A 4B
Octal 244 273 332 31 16 0 17 326 52 113
Binary 10100100 10111011 11011010 11001 1110 0 1111 11010110 101010 1001011

Color Harmonies of #A4BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBDA

Black with #A4BBDA

Text Example


Text Example

White with #A4BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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