Html Css Color HEX #ACE1F0 Blizzard Blue

📋 copy color: '#ACE1F0'

red 172 ◦ green 225 ◦ blue 240

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

Shades of Blizzard Blue #ACE1F0

Tints of Blizzard Blue #ACE1F0

RGB

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

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

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

R = 27%
G = 35.32%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE1F0 (or 0xACE1F0) is known color: Blizzard Blue. HEX triplet: AC, E1 and F0. RGB value is (172,225,240). Sum of RGB (Red+Green+Blue) = 172+225+240=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F0 is #531E0F. Grayscale: #D2D2D2. Windows color (decimal): -5447184 or 15786412. OLE color: 15786412.

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

Color convert

RGB 172 225 240 -
CMYK 0.28 0.06 0 0.06
HSL 193.24º 0.69% 0.81% -
HSV(B) 193.24º 0.28% 0.94% -
XYZ 59.67 68.91 92.59 -
YUV 210.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 172 225 240 0.28 0.06 0 0.06 193.24 0.69 0.81
Hex AC E1 F0 1C 6 0 6 C1 45 51
Octal 254 341 360 34 6 0 6 301 105 121
Binary 10101100 11100001 11110000 11100 110 0 110 11000001 1000101 1010001

Color Harmonies of #ACE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1F0

Black with #ACE1F0

Text Example


Text Example

White with #ACE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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