Html Css Color HEX #ACE3EF Blizzard Blue

📋 copy color: '#ACE3EF'

red 172 ◦ green 227 ◦ blue 239

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

Shades of Blizzard Blue #ACE3EF

Tints of Blizzard Blue #ACE3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.58%

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 26.96%
G = 35.58%
B = 37.46%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE3EF (or 0xACE3EF) is known color: Blizzard Blue. HEX triplet: AC, E3 and EF. RGB value is (172,227,239). Sum of RGB (Red+Green+Blue) = 172+227+239=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EF is #531C10. Grayscale: #D3D3D3. Windows color (decimal): -5446673 or 15721388. OLE color: 15721388.

HSL color Cylindrical-coordinate representation of color #ACE3EF: hue angle of 190.75º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE3EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 227 239 -
CMYK 0.28 0.05 0 0.06
HSL 190.75º 0.68% 0.81% -
HSV(B) 190.75º 0.28% 0.94% -
XYZ 60.06 69.94 92 -
YUV 211.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 172 227 239 0.28 0.05 0 0.06 190.75 0.68 0.81
Hex AC E3 EF 1C 5 0 6 BF 44 51
Octal 254 343 357 34 5 0 6 277 104 121
Binary 10101100 11100011 11101111 11100 101 0 110 10111111 1000100 1010001

Color Harmonies of #ACE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3EF

Black with #ACE3EF

Text Example


Text Example

White with #ACE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3EF; }

 p { color: rgb(172,227,239); }

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

background-color css

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

 a { background-color: rgb(172,227,239); }

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

border-color css

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

 span { border-color: rgb(172,227,239); }

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