Html Css Color HEX #ACE6F1 Blizzard Blue

📋 copy color: '#ACE6F1'

red 172 ◦ green 230 ◦ blue 241

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

Shades of Blizzard Blue #ACE6F1

Tints of Blizzard Blue #ACE6F1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.77%

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

R = 26.75%
G = 35.77%
B = 37.48%

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

#ACE6F1 (or 0xACE6F1) is known color: Blizzard Blue. HEX triplet: AC, E6 and F1. RGB value is (172,230,241). Sum of RGB (Red+Green+Blue) = 172+230+241=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE6F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F1 is #53190E. Grayscale: #D5D5D5. Windows color (decimal): -5445903 or 15853228. OLE color: 15853228.

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

Color convert

RGB 172 230 241 -
CMYK 0.29 0.05 0 0.05
HSL 189.57º 0.71% 0.81% -
HSV(B) 189.57º 0.29% 0.95% -
XYZ 61.19 71.72 93.84 -
YUV 213.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 172 230 241 0.29 0.05 0 0.05 189.57 0.71 0.81
Hex AC E6 F1 1D 5 0 5 BE 47 51
Octal 254 346 361 35 5 0 5 276 107 121
Binary 10101100 11100110 11110001 11101 101 0 101 10111110 1000111 1010001

Color Harmonies of #ACE6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6F1

Black with #ACE6F1

Text Example


Text Example

White with #ACE6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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