Html Css Color HEX #ACE2E6 Powder Blue

📋 copy color: '#ACE2E6'

red 172 ◦ green 226 ◦ blue 230

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

Shades of Powder Blue #ACE2E6

Tints of Powder Blue #ACE2E6

RGB

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

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

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

R = 27.39%
G = 35.99%
B = 36.62%

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

#ACE2E6 (or 0xACE2E6) is known color: Powder Blue. HEX triplet: AC, E2 and E6. RGB value is (172,226,230). Sum of RGB (Red+Green+Blue) = 172+226+230=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACE2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2E6 is #531D19. Grayscale: #D2D2D2. Windows color (decimal): -5446938 or 15131308. OLE color: 15131308.

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

Color convert

RGB 172 226 230 -
CMYK 0.25 0.02 0 0.10
HSL 184.14º 0.54% 0.79% -
HSV(B) 184.14º 0.25% 0.9% -
XYZ 58.49 68.88 85.07 -
YUV 210.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 172 226 230 0.25 0.02 0 0.10 184.14 0.54 0.79
Hex AC E2 E6 19 2 0 A B8 36 4F
Octal 254 342 346 31 2 0 12 270 66 117
Binary 10101100 11100010 11100110 11001 10 0 1010 10111000 110110 1001111

Color Harmonies of #ACE2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE2E6

Black with #ACE2E6

Text Example


Text Example

White with #ACE2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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