Html Css Color HEX #ACE9F2 Blizzard Blue

📋 copy color: '#ACE9F2'

red 172 ◦ green 233 ◦ blue 242

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

Shades of Blizzard Blue #ACE9F2

Tints of Blizzard Blue #ACE9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 26.58%
G = 36.01%
B = 37.4%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACE9F2 (or 0xACE9F2) is known color: Blizzard Blue. HEX triplet: AC, E9 and F2. RGB value is (172,233,242). Sum of RGB (Red+Green+Blue) = 172+233+242=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACE9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F2 is #53160D. Grayscale: #D7D7D7. Windows color (decimal): -5445134 or 15919532. OLE color: 15919532.

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

Color convert

RGB 172 233 242 -
CMYK 0.29 0.04 0 0.05
HSL 187.71º 0.73% 0.81% -
HSV(B) 187.71º 0.29% 0.95% -
XYZ 62.18 73.46 94.91 -
YUV 215.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 172 233 242 0.29 0.04 0 0.05 187.71 0.73 0.81
Hex AC E9 F2 1D 4 0 5 BC 49 51
Octal 254 351 362 35 4 0 5 274 111 121
Binary 10101100 11101001 11110010 11101 100 0 101 10111100 1001001 1010001

Color Harmonies of #ACE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9F2

Black with #ACE9F2

Text Example


Text Example

White with #ACE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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