Html Css Color HEX #ACE5F0 Blizzard Blue

📋 copy color: '#ACE5F0'

red 172 ◦ green 229 ◦ blue 240

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

Shades of Blizzard Blue #ACE5F0

Tints of Blizzard Blue #ACE5F0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

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

R = 26.83%
G = 35.73%
B = 37.44%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE5F0 (or 0xACE5F0) is known color: Blizzard Blue. HEX triplet: AC, E5 and F0. RGB value is (172,229,240). Sum of RGB (Red+Green+Blue) = 172+229+240=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F0 is #531A0F. Grayscale: #D5D5D5. Windows color (decimal): -5446160 or 15787436. OLE color: 15787436.

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

Color convert

RGB 172 229 240 -
CMYK 0.28 0.05 0 0.06
HSL 189.71º 0.69% 0.81% -
HSV(B) 189.71º 0.28% 0.94% -
XYZ 60.76 71.1 92.96 -
YUV 213.21 143.12 98.61 -
System Red Green Blue C M Y K H S L
Decimal 172 229 240 0.28 0.05 0 0.06 189.71 0.69 0.81
Hex AC E5 F0 1C 5 0 6 BE 45 51
Octal 254 345 360 34 5 0 6 276 105 121
Binary 10101100 11100101 11110000 11100 101 0 110 10111110 1000101 1010001

Color Harmonies of #ACE5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5F0

Black with #ACE5F0

Text Example


Text Example

White with #ACE5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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