Html Css Color HEX #A4C2DD Light Steel Blue

📋 copy color: '#A4C2DD'

red 164 ◦ green 194 ◦ blue 221

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

Shades of Light Steel Blue #A4C2DD

Tints of Light Steel Blue #A4C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 28.32%
G = 33.51%
B = 38.17%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4C2DD (or 0xA4C2DD) is known color: Light Steel Blue. HEX triplet: A4, C2 and DD. RGB value is (164,194,221). Sum of RGB (Red+Green+Blue) = 164+194+221=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C2DD is #5B3D22. Grayscale: #BBBBBB. Windows color (decimal): -5979427 or 14533284. OLE color: 14533284.

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

Color convert

RGB 164 194 221 -
CMYK 0.26 0.12 0 0.13
HSL 208.42º 0.46% 0.75% -
HSV(B) 208.42º 0.26% 0.87% -
XYZ 47.65 51.7 75.87 -
YUV 188.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 164 194 221 0.26 0.12 0 0.13 208.42 0.46 0.75
Hex A4 C2 DD 1A C 0 D D0 2E 4B
Octal 244 302 335 32 14 0 15 320 56 113
Binary 10100100 11000010 11011101 11010 1100 0 1101 11010000 101110 1001011

Color Harmonies of #A4C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C2DD

Black with #A4C2DD

Text Example


Text Example

White with #A4C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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