#ACE3F3

Color #ACE3F3 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #ACE3F3

Tints of Blizzard Blue #ACE3F3

Color information

#ACE3F3 (or 0xACE3F3) is unknown color: approx Blizzard Blue. HEX triplet: AC, E3 and F3. RGB value is (172,227,243). Sum of RGB (Red+Green+Blue) = 172+227+243=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3F3 is #531C0C. Grayscale: #D4D4D4. Windows color (decimal): -5446669 or 15983532. OLE color: 15983532.

HSL color Cylindrical-coordinate representation of color #ACE3F3: hue angle of 193.52º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE3F3 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172227243-
CMYK0.290.0700.05
HSL193.52º74.74%81.37%-
HSV(B)193.52º29.22%95.29%-
XYZ60.6670.1895.14-
YUV212.38145.2899.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=26.79%
G=35.36%
B=37.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722272430.290.0700.05193.5274.7481.37
HexACE3F31D705c24b51
Octal25434336335705302113121
Binary1010110011100011111100111110111101011100001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3F3; }

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

 H1.HeaderClassName
 {
   color: #ACE3F3;
 }
 .AnyTagClassName
 {
   color: #ACE3F3;
 }
</style>
background-color css

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

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

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

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

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

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