Html Css Color HEX #ACE5E9 Powder Blue

📋 copy color: '#ACE5E9'

red 172 ◦ green 229 ◦ blue 233

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

Shades of Powder Blue #ACE5E9

Tints of Powder Blue #ACE5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.12%

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 27.13%
G = 36.12%
B = 36.75%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACE5E9 (or 0xACE5E9) is known color: Powder Blue. HEX triplet: AC, E5 and E9. RGB value is (172,229,233). Sum of RGB (Red+Green+Blue) = 172+229+233=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACE5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5E9 is #531A16. Grayscale: #D4D4D4. Windows color (decimal): -5446167 or 15328684. OLE color: 15328684.

HSL color Cylindrical-coordinate representation of color #ACE5E9: hue angle of 183.93º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE5E9 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 229 233 -
CMYK 0.26 0.02 0 0.09
HSL 183.93º 0.58% 0.79% -
HSV(B) 183.93º 0.26% 0.91% -
XYZ 59.74 70.69 87.59 -
YUV 212.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 172 229 233 0.26 0.02 0 0.09 183.93 0.58 0.79
Hex AC E5 E9 1A 2 0 9 B8 3A 4F
Octal 254 345 351 32 2 0 11 270 72 117
Binary 10101100 11100101 11101001 11010 10 0 1001 10111000 111010 1001111

Color Harmonies of #ACE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5E9

Black with #ACE5E9

Text Example


Text Example

White with #ACE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5E9; }

 p { color: rgb(172,229,233); }

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

background-color css

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

 a { background-color: rgb(172,229,233); }

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

border-color css

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

 span { border-color: rgb(172,229,233); }

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