Html Css Color HEX #ACECFF Blizzard Blue

📋 copy color: '#ACECFF'

red 172 ◦ green 236 ◦ blue 255

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

Shades of Blizzard Blue #ACECFF

Tints of Blizzard Blue #ACECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.6%

 BLUE value IS 255 (100% from 255) = 38.46%

R = 25.94%
G = 35.6%
B = 38.46%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACECFF (or 0xACECFF) is known color: Blizzard Blue. HEX triplet: AC, EC and FF. RGB value is (172,236,255). Sum of RGB (Red+Green+Blue) = 172+236+255=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECFF is #531300. Grayscale: #DADADA. Windows color (decimal): -5444353 or 16772268. OLE color: 16772268.

HSL color Cylindrical-coordinate representation of color #ACECFF: hue angle of 193.73º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACECFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 236 255 -
CMYK 0.33 0.07 0 0
HSL 193.73º 1% 0.84% -
HSV(B) 193.73º 0.33% 1% -
XYZ 65.06 75.98 105.84 -
YUV 219.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 172 236 255 0.33 0.07 0 0 193.73 1 0.84
Hex AC EC FF 21 7 0 0 C2 64 54
Octal 254 354 377 41 7 0 0 302 144 124
Binary 10101100 11101100 11111111 100001 111 0 0 11000010 1100100 1010100

Color Harmonies of #ACECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACECFF

Black with #ACECFF

Text Example


Text Example

White with #ACECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACECFF; }

 p { color: rgb(172,236,255); }

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

background-color css

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

 a { background-color: rgb(172,236,255); }

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

border-color css

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

 span { border-color: rgb(172,236,255); }

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