Html Css Color HEX #ACE4F1 Blizzard Blue

📋 copy color: '#ACE4F1'

red 172 ◦ green 228 ◦ blue 241

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

Shades of Blizzard Blue #ACE4F1

Tints of Blizzard Blue #ACE4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.57%

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 26.83%
G = 35.57%
B = 37.6%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACE4F1 (or 0xACE4F1) is known color: Blizzard Blue. HEX triplet: AC, E4 and F1. RGB value is (172,228,241). Sum of RGB (Red+Green+Blue) = 172+228+241=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F1 is #531B0E. Grayscale: #D4D4D4. Windows color (decimal): -5446415 or 15852716. OLE color: 15852716.

HSL color Cylindrical-coordinate representation of color #ACE4F1: hue angle of 191.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE4F1 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 228 241 -
CMYK 0.29 0.05 0 0.05
HSL 191.3º 0.71% 0.81% -
HSV(B) 191.3º 0.29% 0.95% -
XYZ 60.63 70.61 93.65 -
YUV 212.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 172 228 241 0.29 0.05 0 0.05 191.3 0.71 0.81
Hex AC E4 F1 1D 5 0 5 BF 47 51
Octal 254 344 361 35 5 0 5 277 107 121
Binary 10101100 11100100 11110001 11101 101 0 101 10111111 1000111 1010001

Color Harmonies of #ACE4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4F1

Black with #ACE4F1

Text Example


Text Example

White with #ACE4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4F1; }

 p { color: rgb(172,228,241); }

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

background-color css

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

 a { background-color: rgb(172,228,241); }

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

border-color css

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

 span { border-color: rgb(172,228,241); }

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