Html Css Color HEX #ACE1E5 Powder Blue

📋 copy color: '#ACE1E5'

red 172 ◦ green 225 ◦ blue 229

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

Shades of Powder Blue #ACE1E5

Tints of Powder Blue #ACE1E5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.94%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 27.48%
G = 35.94%
B = 36.58%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACE1E5 (or 0xACE1E5) is known color: Powder Blue. HEX triplet: AC, E1 and E5. RGB value is (172,225,229). Sum of RGB (Red+Green+Blue) = 172+225+229=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1E5 is #531E1A. Grayscale: #D1D1D1. Windows color (decimal): -5447195 or 15065516. OLE color: 15065516.

HSL color Cylindrical-coordinate representation of color #ACE1E5: hue angle of 184.21º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE1E5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 225 229 -
CMYK 0.25 0.02 0 0.10
HSL 184.21º 0.52% 0.79% -
HSV(B) 184.21º 0.25% 0.9% -
XYZ 58.08 68.28 84.25 -
YUV 209.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 172 225 229 0.25 0.02 0 0.10 184.21 0.52 0.79
Hex AC E1 E5 19 2 0 A B8 34 4F
Octal 254 341 345 31 2 0 12 270 64 117
Binary 10101100 11100001 11100101 11001 10 0 1010 10111000 110100 1001111

Color Harmonies of #ACE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1E5

Black with #ACE1E5

Text Example


Text Example

White with #ACE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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