Html Css Color HEX #ACE6EF Blizzard Blue

📋 copy color: '#ACE6EF'

red 172 ◦ green 230 ◦ blue 239

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

Shades of Blizzard Blue #ACE6EF

Tints of Blizzard Blue #ACE6EF

RGB

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

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

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

R = 26.83%
G = 35.88%
B = 37.29%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE6EF (or 0xACE6EF) is known color: Blizzard Blue. HEX triplet: AC, E6 and EF. RGB value is (172,230,239). Sum of RGB (Red+Green+Blue) = 172+230+239=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6EF is #531910. Grayscale: #D5D5D5. Windows color (decimal): -5445905 or 15722156. OLE color: 15722156.

HSL color Cylindrical-coordinate representation of color #ACE6EF: hue angle of 188.06º 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 #ACE6EF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 230 239 -
CMYK 0.28 0.04 0 0.06
HSL 188.06º 0.68% 0.81% -
HSV(B) 188.06º 0.28% 0.94% -
XYZ 60.89 71.6 92.27 -
YUV 213.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 172 230 239 0.28 0.04 0 0.06 188.06 0.68 0.81
Hex AC E6 EF 1C 4 0 6 BC 44 51
Octal 254 346 357 34 4 0 6 274 104 121
Binary 10101100 11100110 11101111 11100 100 0 110 10111100 1000100 1010001

Color Harmonies of #ACE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6EF

Black with #ACE6EF

Text Example


Text Example

White with #ACE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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