Html Css Color HEX #ACC8E0 Light Steel Blue

📋 copy color: '#ACC8E0'

red 172 ◦ green 200 ◦ blue 224

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

Shades of Light Steel Blue #ACC8E0

Tints of Light Steel Blue #ACC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.56%

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

R = 28.86%
G = 33.56%
B = 37.58%

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

#ACC8E0 (or 0xACC8E0) is known color: Light Steel Blue. HEX triplet: AC, C8 and E0. RGB value is (172,200,224). Sum of RGB (Red+Green+Blue) = 172+200+224=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACC8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8E0 is #53371F. Grayscale: #C2C2C2. Windows color (decimal): -5453600 or 14731436. OLE color: 14731436.

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

Color convert

RGB 172 200 224 -
CMYK 0.23 0.11 0 0.12
HSL 207.69º 0.46% 0.78% -
HSV(B) 207.69º 0.23% 0.88% -
XYZ 51.12 55.46 78.53 -
YUV 194.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 172 200 224 0.23 0.11 0 0.12 207.69 0.46 0.78
Hex AC C8 E0 17 B 0 C D0 2E 4E
Octal 254 310 340 27 13 0 14 320 56 116
Binary 10101100 11001000 11100000 10111 1011 0 1100 11010000 101110 1001110

Color Harmonies of #ACC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8E0

Black with #ACC8E0

Text Example


Text Example

White with #ACC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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