Html Css Color HEX #ACE4F8 Blizzard Blue

📋 copy color: '#ACE4F8'

red 172 ◦ green 228 ◦ blue 248

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

Shades of Blizzard Blue #ACE4F8

Tints of Blizzard Blue #ACE4F8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.19%

 BLUE value IS 248 (97.27% from 255) = 38.27%

R = 26.54%
G = 35.19%
B = 38.27%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACE4F8 (or 0xACE4F8) is known color: Blizzard Blue. HEX triplet: AC, E4 and F8. RGB value is (172,228,248). Sum of RGB (Red+Green+Blue) = 172+228+248=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACE4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F8 is #531B07. Grayscale: #D5D5D5. Windows color (decimal): -5446408 or 16311468. OLE color: 16311468.

HSL color Cylindrical-coordinate representation of color #ACE4F8: hue angle of 195.79º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE4F8 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 228 248 -
CMYK 0.31 0.08 0 0.03
HSL 195.79º 0.84% 0.82% -
HSV(B) 195.79º 0.31% 0.97% -
XYZ 61.7 71.03 99.27 -
YUV 213.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 172 228 248 0.31 0.08 0 0.03 195.79 0.84 0.82
Hex AC E4 F8 1F 8 0 3 C4 54 52
Octal 254 344 370 37 10 0 3 304 124 122
Binary 10101100 11100100 11111000 11111 1000 0 11 11000100 1010100 1010010

Color Harmonies of #ACE4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4F8

Black with #ACE4F8

Text Example


Text Example

White with #ACE4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4F8; }

 p { color: rgb(172,228,248); }

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

background-color css

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

 a { background-color: rgb(172,228,248); }

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

border-color css

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

 span { border-color: rgb(172,228,248); }

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