Html Css Color HEX #ACE6F7 Blizzard Blue

📋 copy color: '#ACE6F7'

red 172 ◦ green 230 ◦ blue 247

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

Shades of Blizzard Blue #ACE6F7

Tints of Blizzard Blue #ACE6F7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.44%

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

R = 26.5%
G = 35.44%
B = 38.06%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACE6F7 (or 0xACE6F7) is known color: Blizzard Blue. HEX triplet: AC, E6 and F7. RGB value is (172,230,247). Sum of RGB (Red+Green+Blue) = 172+230+247=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE6F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F7 is #531908. Grayscale: #D6D6D6. Windows color (decimal): -5445897 or 16246444. OLE color: 16246444.

HSL color Cylindrical-coordinate representation of color #ACE6F7: hue angle of 193.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 #ACE6F7 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 230 247 -
CMYK 0.30 0.07 0 0.03
HSL 193.6º 0.82% 0.82% -
HSV(B) 193.6º 0.3% 0.97% -
XYZ 62.1 72.08 98.64 -
YUV 214.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 172 230 247 0.30 0.07 0 0.03 193.6 0.82 0.82
Hex AC E6 F7 1E 7 0 3 C2 52 52
Octal 254 346 367 36 7 0 3 302 122 122
Binary 10101100 11100110 11110111 11110 111 0 11 11000010 1010010 1010010

Color Harmonies of #ACE6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6F7

Black with #ACE6F7

Text Example


Text Example

White with #ACE6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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