Html Css Color HEX #ACE2E9 Powder Blue

📋 copy color: '#ACE2E9'

red 172 ◦ green 226 ◦ blue 233

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

Shades of Powder Blue #ACE2E9

Tints of Powder Blue #ACE2E9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.82%

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

R = 27.26%
G = 35.82%
B = 36.93%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACE2E9 (or 0xACE2E9) is known color: Powder Blue. HEX triplet: AC, E2 and E9. RGB value is (172,226,233). Sum of RGB (Red+Green+Blue) = 172+226+233=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACE2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2E9 is #531D16. Grayscale: #D2D2D2. Windows color (decimal): -5446935 or 15327916. OLE color: 15327916.

HSL color Cylindrical-coordinate representation of color #ACE2E9: hue angle of 186.89º 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 #ACE2E9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 226 233 -
CMYK 0.26 0.03 0 0.09
HSL 186.89º 0.58% 0.79% -
HSV(B) 186.89º 0.26% 0.91% -
XYZ 58.92 69.05 87.31 -
YUV 210.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 172 226 233 0.26 0.03 0 0.09 186.89 0.58 0.79
Hex AC E2 E9 1A 3 0 9 BB 3A 4F
Octal 254 342 351 32 3 0 11 273 72 117
Binary 10101100 11100010 11101001 11010 11 0 1001 10111011 111010 1001111

Color Harmonies of #ACE2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE2E9

Black with #ACE2E9

Text Example


Text Example

White with #ACE2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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