Html Css Color HEX #A4C2DC Light Steel Blue

📋 copy color: '#A4C2DC'

red 164 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #A4C2DC

Tints of Light Steel Blue #A4C2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 28.37%
G = 33.56%
B = 38.06%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4C2DC (or 0xA4C2DC) is known color: Light Steel Blue. HEX triplet: A4, C2 and DC. RGB value is (164,194,220). Sum of RGB (Red+Green+Blue) = 164+194+220=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C2DC is #5B3D23. Grayscale: #BBBBBB. Windows color (decimal): -5979428 or 14467748. OLE color: 14467748.

HSL color Cylindrical-coordinate representation of color #A4C2DC: hue angle of 207.86º degrees, saturation: 0.44, 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 #A4C2DC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 194 220 -
CMYK 0.25 0.12 0 0.14
HSL 207.86º 0.44% 0.75% -
HSV(B) 207.86º 0.25% 0.86% -
XYZ 47.52 51.64 75.17 -
YUV 187.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 164 194 220 0.25 0.12 0 0.14 207.86 0.44 0.75
Hex A4 C2 DC 19 C 0 E D0 2C 4B
Octal 244 302 334 31 14 0 16 320 54 113
Binary 10100100 11000010 11011100 11001 1100 0 1110 11010000 101100 1001011

Color Harmonies of #A4C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C2DC

Black with #A4C2DC

Text Example


Text Example

White with #A4C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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