Html Css Color HEX #ACE4E6 Powder Blue

📋 copy color: '#ACE4E6'

red 172 ◦ green 228 ◦ blue 230

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

Shades of Powder Blue #ACE4E6

Tints of Powder Blue #ACE4E6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.19%

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 27.3%
G = 36.19%
B = 36.51%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACE4E6 (or 0xACE4E6) is known color: Powder Blue. HEX triplet: AC, E4 and E6. RGB value is (172,228,230). Sum of RGB (Red+Green+Blue) = 172+228+230=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACE4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4E6 is #531B19. Grayscale: #D3D3D3. Windows color (decimal): -5446426 or 15131820. OLE color: 15131820.

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

Color convert

RGB 172 228 230 -
CMYK 0.25 0.01 0 0.10
HSL 182.07º 0.54% 0.79% -
HSV(B) 182.07º 0.25% 0.9% -
XYZ 59.04 69.97 85.26 -
YUV 211.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 172 228 230 0.25 0.01 0 0.10 182.07 0.54 0.79
Hex AC E4 E6 19 1 0 A B6 36 4F
Octal 254 344 346 31 1 0 12 266 66 117
Binary 10101100 11100100 11100110 11001 1 0 1010 10110110 110110 1001111

Color Harmonies of #ACE4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4E6

Black with #ACE4E6

Text Example


Text Example

White with #ACE4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4E6; }

 p { color: rgb(172,228,230); }

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

background-color css

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

 a { background-color: rgb(172,228,230); }

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

border-color css

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

 span { border-color: rgb(172,228,230); }

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