Html Css Color HEX #ACE3F5 Blizzard Blue

📋 copy color: '#ACE3F5'

red 172 ◦ green 227 ◦ blue 245

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

Shades of Blizzard Blue #ACE3F5

Tints of Blizzard Blue #ACE3F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.04%

R = 26.71%
G = 35.25%
B = 38.04%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE3F5 (or 0xACE3F5) is known color: Blizzard Blue. HEX triplet: AC, E3 and F5. RGB value is (172,227,245). Sum of RGB (Red+Green+Blue) = 172+227+245=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3F5 is #531C0A. Grayscale: #D4D4D4. Windows color (decimal): -5446667 or 16114604. OLE color: 16114604.

HSL color Cylindrical-coordinate representation of color #ACE3F5: hue angle of 194.79º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE3F5 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 227 245 -
CMYK 0.30 0.07 0 0.04
HSL 194.79º 0.78% 0.82% -
HSV(B) 194.79º 0.3% 0.96% -
XYZ 60.96 70.3 96.74 -
YUV 212.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 172 227 245 0.30 0.07 0 0.04 194.79 0.78 0.82
Hex AC E3 F5 1E 7 0 4 C3 4E 52
Octal 254 343 365 36 7 0 4 303 116 122
Binary 10101100 11100011 11110101 11110 111 0 100 11000011 1001110 1010010

Color Harmonies of #ACE3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3F5

Black with #ACE3F5

Text Example


Text Example

White with #ACE3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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