Html Css Color HEX #ACE3EE Blizzard Blue

📋 copy color: '#ACE3EE'

red 172 ◦ green 227 ◦ blue 238

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

Shades of Blizzard Blue #ACE3EE

Tints of Blizzard Blue #ACE3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 27%
G = 35.64%
B = 37.36%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACE3EE (or 0xACE3EE) is known color: Blizzard Blue. HEX triplet: AC, E3 and EE. RGB value is (172,227,238). Sum of RGB (Red+Green+Blue) = 172+227+238=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EE is #531C11. Grayscale: #D3D3D3. Windows color (decimal): -5446674 or 15655852. OLE color: 15655852.

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

Color convert

RGB 172 227 238 -
CMYK 0.28 0.05 0 0.07
HSL 190º 0.66% 0.8% -
HSV(B) 190º 0.28% 0.93% -
XYZ 59.91 69.88 91.22 -
YUV 211.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 172 227 238 0.28 0.05 0 0.07 190 0.66 0.8
Hex AC E3 EE 1C 5 0 7 BE 42 50
Octal 254 343 356 34 5 0 7 276 102 120
Binary 10101100 11100011 11101110 11100 101 0 111 10111110 1000010 1010000

Color Harmonies of #ACE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3EE

Black with #ACE3EE

Text Example


Text Example

White with #ACE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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