Html Css Color HEX #ACE9FC Blizzard Blue

📋 copy color: '#ACE9FC'

red 172 ◦ green 233 ◦ blue 252

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

Shades of Blizzard Blue #ACE9FC

Tints of Blizzard Blue #ACE9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 26.18%
G = 35.46%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE9FC (or 0xACE9FC) is known color: Blizzard Blue. HEX triplet: AC, E9 and FC. RGB value is (172,233,252). Sum of RGB (Red+Green+Blue) = 172+233+252=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FC is #531603. Grayscale: #D8D8D8. Windows color (decimal): -5445124 or 16574892. OLE color: 16574892.

HSL color Cylindrical-coordinate representation of color #ACE9FC: hue angle of 194.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE9FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 233 252 -
CMYK 0.32 0.08 0 0.01
HSL 194.25º 0.93% 0.83% -
HSV(B) 194.25º 0.32% 0.99% -
XYZ 63.72 74.08 103.04 -
YUV 216.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 172 233 252 0.32 0.08 0 0.01 194.25 0.93 0.83
Hex AC E9 FC 20 8 0 1 C2 5D 53
Octal 254 351 374 40 10 0 1 302 135 123
Binary 10101100 11101001 11111100 100000 1000 0 1 11000010 1011101 1010011

Color Harmonies of #ACE9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9FC

Black with #ACE9FC

Text Example


Text Example

White with #ACE9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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