Html Css Color HEX #ACE5E3 Powder Blue

📋 copy color: '#ACE5E3'

red 172 ◦ green 229 ◦ blue 227

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

Shades of Powder Blue #ACE5E3

Tints of Powder Blue #ACE5E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 27.39%
G = 36.46%
B = 36.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#ACE5E3 (or 0xACE5E3) is known color: Powder Blue. HEX triplet: AC, E5 and E3. RGB value is (172,229,227). Sum of RGB (Red+Green+Blue) = 172+229+227=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5E3 is #531A1C. Grayscale: #D3D3D3. Windows color (decimal): -5446173 or 14935468. OLE color: 14935468.

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

Color convert

RGB 172 229 227 -
CMYK 0.25 0 0.01 0.10
HSL 177.89º 0.52% 0.79% -
HSV(B) 177.89º 0.25% 0.9% -
XYZ 58.9 70.36 83.15 -
YUV 211.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 172 229 227 0.25 0 0.01 0.10 177.89 0.52 0.79
Hex AC E5 E3 19 0 1 A B2 34 4F
Octal 254 345 343 31 0 1 12 262 64 117
Binary 10101100 11100101 11100011 11001 0 1 1010 10110010 110100 1001111

Color Harmonies of #ACE5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5E3

Black with #ACE5E3

Text Example


Text Example

White with #ACE5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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