Html Css Color HEX #ACE7ED Blizzard Blue

📋 copy color: '#ACE7ED'

red 172 ◦ green 231 ◦ blue 237

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

Shades of Blizzard Blue #ACE7ED

Tints of Blizzard Blue #ACE7ED

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 26.88%
G = 36.09%
B = 37.03%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE7ED (or 0xACE7ED) is known color: Blizzard Blue. HEX triplet: AC, E7 and ED. RGB value is (172,231,237). Sum of RGB (Red+Green+Blue) = 172+231+237=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7ED is #531812. Grayscale: #D5D5D5. Windows color (decimal): -5445651 or 15591340. OLE color: 15591340.

HSL color Cylindrical-coordinate representation of color #ACE7ED: hue angle of 185.54º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE7ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 231 237 -
CMYK 0.27 0.03 0 0.07
HSL 185.54º 0.64% 0.8% -
HSV(B) 185.54º 0.27% 0.93% -
XYZ 60.88 72.04 90.82 -
YUV 214.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 172 231 237 0.27 0.03 0 0.07 185.54 0.64 0.8
Hex AC E7 ED 1B 3 0 7 BA 40 50
Octal 254 347 355 33 3 0 7 272 100 120
Binary 10101100 11100111 11101101 11011 11 0 111 10111010 1000000 1010000

Color Harmonies of #ACE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7ED

Black with #ACE7ED

Text Example


Text Example

White with #ACE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7ED; }

 p { color: rgb(172,231,237); }

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

background-color css

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

 a { background-color: rgb(172,231,237); }

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

border-color css

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

 span { border-color: rgb(172,231,237); }

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