Html Css Color HEX #ACE0EC Powder Blue

📋 copy color: '#ACE0EC'

red 172 ◦ green 224 ◦ blue 236

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

Shades of Powder Blue #ACE0EC

Tints of Powder Blue #ACE0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.44%

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 27.22%
G = 35.44%
B = 37.34%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE0EC (or 0xACE0EC) is known color: Powder Blue. HEX triplet: AC, E0 and EC. RGB value is (172,224,236). Sum of RGB (Red+Green+Blue) = 172+224+236=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EC is #531F13. Grayscale: #D1D1D1. Windows color (decimal): -5447444 or 15524012. OLE color: 15524012.

HSL color Cylindrical-coordinate representation of color #ACE0EC: hue angle of 191.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE0EC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 224 236 -
CMYK 0.27 0.05 0 0.07
HSL 191.25º 0.63% 0.8% -
HSV(B) 191.25º 0.27% 0.93% -
XYZ 58.81 68.14 89.41 -
YUV 209.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 172 224 236 0.27 0.05 0 0.07 191.25 0.63 0.8
Hex AC E0 EC 1B 5 0 7 BF 3F 50
Octal 254 340 354 33 5 0 7 277 77 120
Binary 10101100 11100000 11101100 11011 101 0 111 10111111 111111 1010000

Color Harmonies of #ACE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0EC

Black with #ACE0EC

Text Example


Text Example

White with #ACE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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