Html Css Color HEX #ACE1F4 Blizzard Blue

📋 copy color: '#ACE1F4'

red 172 ◦ green 225 ◦ blue 244

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

Shades of Blizzard Blue #ACE1F4

Tints of Blizzard Blue #ACE1F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.07%

R = 26.83%
G = 35.1%
B = 38.07%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE1F4 (or 0xACE1F4) is known color: Blizzard Blue. HEX triplet: AC, E1 and F4. RGB value is (172,225,244). Sum of RGB (Red+Green+Blue) = 172+225+244=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACE1F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F4 is #531E0B. Grayscale: #D3D3D3. Windows color (decimal): -5447180 or 16048556. OLE color: 16048556.

HSL color Cylindrical-coordinate representation of color #ACE1F4: hue angle of 195.83º degrees, saturation: 0.77, 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 #ACE1F4 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 225 244 -
CMYK 0.30 0.08 0 0.04
HSL 195.83º 0.77% 0.82% -
HSV(B) 195.83º 0.3% 0.96% -
XYZ 60.27 69.15 95.76 -
YUV 211.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 172 225 244 0.30 0.08 0 0.04 195.83 0.77 0.82
Hex AC E1 F4 1E 8 0 4 C4 4D 52
Octal 254 341 364 36 10 0 4 304 115 122
Binary 10101100 11100001 11110100 11110 1000 0 100 11000100 1001101 1010010

Color Harmonies of #ACE1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1F4

Black with #ACE1F4

Text Example


Text Example

White with #ACE1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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