Html Css Color HEX #ACE1F7 Blizzard Blue

📋 copy color: '#ACE1F7'

red 172 ◦ green 225 ◦ blue 247

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

Shades of Blizzard Blue #ACE1F7

Tints of Blizzard Blue #ACE1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.35%

R = 26.71%
G = 34.94%
B = 38.35%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACE1F7 (or 0xACE1F7) is known color: Blizzard Blue. HEX triplet: AC, E1 and F7. RGB value is (172,225,247). Sum of RGB (Red+Green+Blue) = 172+225+247=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F7 is #531E08. Grayscale: #D3D3D3. Windows color (decimal): -5447177 or 16245164. OLE color: 16245164.

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

Color convert

RGB 172 225 247 -
CMYK 0.30 0.09 0 0.03
HSL 197.6º 0.82% 0.82% -
HSV(B) 197.6º 0.3% 0.97% -
XYZ 60.73 69.34 98.18 -
YUV 211.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 172 225 247 0.30 0.09 0 0.03 197.6 0.82 0.82
Hex AC E1 F7 1E 9 0 3 C6 52 52
Octal 254 341 367 36 11 0 3 306 122 122
Binary 10101100 11100001 11110111 11110 1001 0 11 11000110 1010010 1010010

Color Harmonies of #ACE1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1F7

Black with #ACE1F7

Text Example


Text Example

White with #ACE1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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