Html Css Color HEX #ACE8F0 Blizzard Blue

📋 copy color: '#ACE8F0'

red 172 ◦ green 232 ◦ blue 240

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

Shades of Blizzard Blue #ACE8F0

Tints of Blizzard Blue #ACE8F0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.02%

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 26.71%
G = 36.02%
B = 37.27%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE8F0 (or 0xACE8F0) is known color: Blizzard Blue. HEX triplet: AC, E8 and F0. RGB value is (172,232,240). Sum of RGB (Red+Green+Blue) = 172+232+240=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8F0 is #53170F. Grayscale: #D6D6D6. Windows color (decimal): -5445392 or 15788204. OLE color: 15788204.

HSL color Cylindrical-coordinate representation of color #ACE8F0: hue angle of 187.06º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE8F0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 232 240 -
CMYK 0.28 0.03 0 0.06
HSL 187.06º 0.69% 0.81% -
HSV(B) 187.06º 0.28% 0.94% -
XYZ 61.6 72.78 93.24 -
YUV 214.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 172 232 240 0.28 0.03 0 0.06 187.06 0.69 0.81
Hex AC E8 F0 1C 3 0 6 BB 45 51
Octal 254 350 360 34 3 0 6 273 105 121
Binary 10101100 11101000 11110000 11100 11 0 110 10111011 1000101 1010001

Color Harmonies of #ACE8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8F0

Black with #ACE8F0

Text Example


Text Example

White with #ACE8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8F0; }

 p { color: rgb(172,232,240); }

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

background-color css

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

 a { background-color: rgb(172,232,240); }

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

border-color css

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

 span { border-color: rgb(172,232,240); }

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