Html Css Color HEX #ACCAE0 Light Steel Blue

📋 copy color: '#ACCAE0'

red 172 ◦ green 202 ◦ blue 224

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

Shades of Light Steel Blue #ACCAE0

Tints of Light Steel Blue #ACCAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.78%

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

R = 28.76%
G = 33.78%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACCAE0 (or 0xACCAE0) is known color: Light Steel Blue. HEX triplet: AC, CA and E0. RGB value is (172,202,224). Sum of RGB (Red+Green+Blue) = 172+202+224=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE0 is #53351F. Grayscale: #C3C3C3. Windows color (decimal): -5453088 or 14731948. OLE color: 14731948.

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

Color convert

RGB 172 202 224 -
CMYK 0.23 0.10 0 0.12
HSL 205.38º 0.46% 0.78% -
HSV(B) 205.38º 0.23% 0.88% -
XYZ 51.59 56.39 78.69 -
YUV 195.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 172 202 224 0.23 0.10 0 0.12 205.38 0.46 0.78
Hex AC CA E0 17 A 0 C CD 2E 4E
Octal 254 312 340 27 12 0 14 315 56 116
Binary 10101100 11001010 11100000 10111 1010 0 1100 11001101 101110 1001110

Color Harmonies of #ACCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAE0

Black with #ACCAE0

Text Example


Text Example

White with #ACCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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