Html Css Color HEX #ACE7F7 Blizzard Blue

📋 copy color: '#ACE7F7'

red 172 ◦ green 231 ◦ blue 247

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

Shades of Blizzard Blue #ACE7F7

Tints of Blizzard Blue #ACE7F7

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.54%

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

R = 26.46%
G = 35.54%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACE7F7 (or 0xACE7F7) is known color: Blizzard Blue. HEX triplet: AC, E7 and F7. RGB value is (172,231,247). Sum of RGB (Red+Green+Blue) = 172+231+247=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE7F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F7 is #531808. Grayscale: #D7D7D7. Windows color (decimal): -5445641 or 16246700. OLE color: 16246700.

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

Color convert

RGB 172 231 247 -
CMYK 0.30 0.06 0 0.03
HSL 192.8º 0.82% 0.82% -
HSV(B) 192.8º 0.3% 0.97% -
XYZ 62.38 72.64 98.73 -
YUV 215.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 172 231 247 0.30 0.06 0 0.03 192.8 0.82 0.82
Hex AC E7 F7 1E 6 0 3 C1 52 52
Octal 254 347 367 36 6 0 3 301 122 122
Binary 10101100 11100111 11110111 11110 110 0 11 11000001 1010010 1010010

Color Harmonies of #ACE7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7F7

Black with #ACE7F7

Text Example


Text Example

White with #ACE7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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