Html Css Color HEX #ACE8FA Blizzard Blue

📋 copy color: '#ACE8FA'

red 172 ◦ green 232 ◦ blue 250

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

Shades of Blizzard Blue #ACE8FA

Tints of Blizzard Blue #ACE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.47%

 BLUE value IS 250 (98.05% from 255) = 38.23%

R = 26.3%
G = 35.47%
B = 38.23%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE8FA (or 0xACE8FA) is known color: Blizzard Blue. HEX triplet: AC, E8 and FA. RGB value is (172,232,250). Sum of RGB (Red+Green+Blue) = 172+232+250=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FA is #531705. Grayscale: #D7D7D7. Windows color (decimal): -5445382 or 16443564. OLE color: 16443564.

HSL color Cylindrical-coordinate representation of color #ACE8FA: hue angle of 193.85º degrees, saturation: 0.89, 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 #ACE8FA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 232 250 -
CMYK 0.31 0.07 0 0.02
HSL 193.85º 0.89% 0.83% -
HSV(B) 193.85º 0.31% 0.98% -
XYZ 63.13 73.39 101.28 -
YUV 216.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 172 232 250 0.31 0.07 0 0.02 193.85 0.89 0.83
Hex AC E8 FA 1F 7 0 2 C2 59 53
Octal 254 350 372 37 7 0 2 302 131 123
Binary 10101100 11101000 11111010 11111 111 0 10 11000010 1011001 1010011

Color Harmonies of #ACE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8FA

Black with #ACE8FA

Text Example


Text Example

White with #ACE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8FA; }

 p { color: rgb(172,232,250); }

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

background-color css

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

 a { background-color: rgb(172,232,250); }

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

border-color css

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

 span { border-color: rgb(172,232,250); }

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