Html Css Color HEX #ACE7F0 Blizzard Blue

📋 copy color: '#ACE7F0'

red 172 ◦ green 231 ◦ blue 240

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

Shades of Blizzard Blue #ACE7F0

Tints of Blizzard Blue #ACE7F0

RGB

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

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

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

R = 26.75%
G = 35.93%
B = 37.33%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE7F0 (or 0xACE7F0) is known color: Blizzard Blue. HEX triplet: AC, E7 and F0. RGB value is (172,231,240). Sum of RGB (Red+Green+Blue) = 172+231+240=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F0 is #53180F. Grayscale: #D6D6D6. Windows color (decimal): -5445648 or 15787948. OLE color: 15787948.

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

Color convert

RGB 172 231 240 -
CMYK 0.28 0.04 0 0.06
HSL 187.94º 0.69% 0.81% -
HSV(B) 187.94º 0.28% 0.94% -
XYZ 61.32 72.21 93.14 -
YUV 214.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 172 231 240 0.28 0.04 0 0.06 187.94 0.69 0.81
Hex AC E7 F0 1C 4 0 6 BC 45 51
Octal 254 347 360 34 4 0 6 274 105 121
Binary 10101100 11100111 11110000 11100 100 0 110 10111100 1000101 1010001

Color Harmonies of #ACE7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7F0

Black with #ACE7F0

Text Example


Text Example

White with #ACE7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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