Html Css Color HEX #ACE6F9 Blizzard Blue

📋 copy color: '#ACE6F9'

red 172 ◦ green 230 ◦ blue 249

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

Shades of Blizzard Blue #ACE6F9

Tints of Blizzard Blue #ACE6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.25%

R = 26.42%
G = 35.33%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE6F9 (or 0xACE6F9) is known color: Blizzard Blue. HEX triplet: AC, E6 and F9. RGB value is (172,230,249). Sum of RGB (Red+Green+Blue) = 172+230+249=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F9 is #531906. Grayscale: #D6D6D6. Windows color (decimal): -5445895 or 16377516. OLE color: 16377516.

HSL color Cylindrical-coordinate representation of color #ACE6F9: hue angle of 194.81º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE6F9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 230 249 -
CMYK 0.31 0.08 0 0.02
HSL 194.81º 0.87% 0.83% -
HSV(B) 194.81º 0.31% 0.98% -
XYZ 62.41 72.2 100.27 -
YUV 214.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 172 230 249 0.31 0.08 0 0.02 194.81 0.87 0.83
Hex AC E6 F9 1F 8 0 2 C3 57 53
Octal 254 346 371 37 10 0 2 303 127 123
Binary 10101100 11100110 11111001 11111 1000 0 10 11000011 1010111 1010011

Color Harmonies of #ACE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6F9

Black with #ACE6F9

Text Example


Text Example

White with #ACE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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