Html Css Color HEX #ACE3EA Powder Blue

📋 copy color: '#ACE3EA'

red 172 ◦ green 227 ◦ blue 234

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

Shades of Powder Blue #ACE3EA

Tints of Powder Blue #ACE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.86%

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 27.17%
G = 35.86%
B = 36.97%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACE3EA (or 0xACE3EA) is known color: Powder Blue. HEX triplet: AC, E3 and EA. RGB value is (172,227,234). Sum of RGB (Red+Green+Blue) = 172+227+234=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EA is #531C15. Grayscale: #D3D3D3. Windows color (decimal): -5446678 or 15393708. OLE color: 15393708.

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

Color convert

RGB 172 227 234 -
CMYK 0.26 0.03 0 0.08
HSL 186.77º 0.6% 0.8% -
HSV(B) 186.77º 0.26% 0.92% -
XYZ 59.33 69.65 88.16 -
YUV 211.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 172 227 234 0.26 0.03 0 0.08 186.77 0.6 0.8
Hex AC E3 EA 1A 3 0 8 BB 3C 50
Octal 254 343 352 32 3 0 10 273 74 120
Binary 10101100 11100011 11101010 11010 11 0 1000 10111011 111100 1010000

Color Harmonies of #ACE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3EA

Black with #ACE3EA

Text Example


Text Example

White with #ACE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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