Html Css Color HEX #ACE6EB Powder Blue

📋 copy color: '#ACE6EB'

red 172 ◦ green 230 ◦ blue 235

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

Shades of Powder Blue #ACE6EB

Tints of Powder Blue #ACE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.11%

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 27%
G = 36.11%
B = 36.89%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACE6EB (or 0xACE6EB) is known color: Powder Blue. HEX triplet: AC, E6 and EB. RGB value is (172,230,235). Sum of RGB (Red+Green+Blue) = 172+230+235=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6EB is #531914. Grayscale: #D5D5D5. Windows color (decimal): -5445909 or 15460012. OLE color: 15460012.

HSL color Cylindrical-coordinate representation of color #ACE6EB: hue angle of 184.76º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE6EB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 230 235 -
CMYK 0.27 0.02 0 0.08
HSL 184.76º 0.61% 0.8% -
HSV(B) 184.76º 0.27% 0.92% -
XYZ 60.31 71.36 89.19 -
YUV 213.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 172 230 235 0.27 0.02 0 0.08 184.76 0.61 0.8
Hex AC E6 EB 1B 2 0 8 B9 3D 50
Octal 254 346 353 33 2 0 10 271 75 120
Binary 10101100 11100110 11101011 11011 10 0 1000 10111001 111101 1010000

Color Harmonies of #ACE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6EB

Black with #ACE6EB

Text Example


Text Example

White with #ACE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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