Html Css Color HEX #ACC7E0 Light Steel Blue

📋 copy color: '#ACC7E0'

red 172 ◦ green 199 ◦ blue 224

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

Shades of Light Steel Blue #ACC7E0

Tints of Light Steel Blue #ACC7E0

RGB

 RED value IS 172 (67.58% from 255) = 28.91%

 GREEN value IS 199 (78.13% from 255) = 33.45%

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 28.91%
G = 33.45%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACC7E0 (or 0xACC7E0) is known color: Light Steel Blue. HEX triplet: AC, C7 and E0. RGB value is (172,199,224). Sum of RGB (Red+Green+Blue) = 172+199+224=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACC7E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7E0 is #53381F. Grayscale: #C1C1C1. Windows color (decimal): -5453856 or 14731180. OLE color: 14731180.

HSL color Cylindrical-coordinate representation of color #ACC7E0: hue angle of 208.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC7E0 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 199 224 -
CMYK 0.23 0.11 0 0.12
HSL 208.85º 0.46% 0.78% -
HSV(B) 208.85º 0.23% 0.88% -
XYZ 50.89 55 78.45 -
YUV 193.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 172 199 224 0.23 0.11 0 0.12 208.85 0.46 0.78
Hex AC C7 E0 17 B 0 C D1 2E 4E
Octal 254 307 340 27 13 0 14 321 56 116
Binary 10101100 11000111 11100000 10111 1011 0 1100 11010001 101110 1001110

Color Harmonies of #ACC7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7E0

Black with #ACC7E0

Text Example


Text Example

White with #ACC7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7E0; }

 p { color: rgb(172,199,224); }

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

background-color css

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

 a { background-color: rgb(172,199,224); }

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

border-color css

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

 span { border-color: rgb(172,199,224); }

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