Html Css Color HEX #ACE9F1 Blizzard Blue

📋 copy color: '#ACE9F1'

red 172 ◦ green 233 ◦ blue 241

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

Shades of Blizzard Blue #ACE9F1

Tints of Blizzard Blue #ACE9F1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.07%

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

R = 26.63%
G = 36.07%
B = 37.31%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACE9F1 (or 0xACE9F1) is known color: Blizzard Blue. HEX triplet: AC, E9 and F1. RGB value is (172,233,241). Sum of RGB (Red+Green+Blue) = 172+233+241=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F1 is #53160E. Grayscale: #D7D7D7. Windows color (decimal): -5445135 or 15853996. OLE color: 15853996.

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

Color convert

RGB 172 233 241 -
CMYK 0.29 0.03 0 0.05
HSL 186.96º 0.71% 0.81% -
HSV(B) 186.96º 0.29% 0.95% -
XYZ 62.03 73.4 94.12 -
YUV 215.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 172 233 241 0.29 0.03 0 0.05 186.96 0.71 0.81
Hex AC E9 F1 1D 3 0 5 BB 47 51
Octal 254 351 361 35 3 0 5 273 107 121
Binary 10101100 11101001 11110001 11101 11 0 101 10111011 1000111 1010001

Color Harmonies of #ACE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9F1

Black with #ACE9F1

Text Example


Text Example

White with #ACE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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