Html Css Color HEX #ACE1EB Powder Blue

📋 copy color: '#ACE1EB'

red 172 ◦ green 225 ◦ blue 235

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

Shades of Powder Blue #ACE1EB

Tints of Powder Blue #ACE1EB

RGB

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

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

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

R = 27.22%
G = 35.6%
B = 37.18%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACE1EB (or 0xACE1EB) is known color: Powder Blue. HEX triplet: AC, E1 and EB. RGB value is (172,225,235). Sum of RGB (Red+Green+Blue) = 172+225+235=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1EB is #531E14. Grayscale: #D2D2D2. Windows color (decimal): -5447189 or 15458732. OLE color: 15458732.

HSL color Cylindrical-coordinate representation of color #ACE1EB: hue angle of 189.52º 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 #ACE1EB is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 225 235 -
CMYK 0.27 0.04 0 0.08
HSL 189.52º 0.61% 0.8% -
HSV(B) 189.52º 0.27% 0.92% -
XYZ 58.93 68.62 88.74 -
YUV 210.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 172 225 235 0.27 0.04 0 0.08 189.52 0.61 0.8
Hex AC E1 EB 1B 4 0 8 BE 3D 50
Octal 254 341 353 33 4 0 10 276 75 120
Binary 10101100 11100001 11101011 11011 100 0 1000 10111110 111101 1010000

Color Harmonies of #ACE1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1EB

Black with #ACE1EB

Text Example


Text Example

White with #ACE1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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