Html Css Color HEX #ACEAFE Blizzard Blue

📋 copy color: '#ACEAFE'

red 172 ◦ green 234 ◦ blue 254

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

Shades of Blizzard Blue #ACEAFE

Tints of Blizzard Blue #ACEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.45%

 BLUE value IS 254 (99.61% from 255) = 38.48%

R = 26.06%
G = 35.45%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACEAFE (or 0xACEAFE) is known color: Blizzard Blue. HEX triplet: AC, EA and FE. RGB value is (172,234,254). Sum of RGB (Red+Green+Blue) = 172+234+254=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFE is #531501. Grayscale: #D9D9D9. Windows color (decimal): -5444866 or 16706220. OLE color: 16706220.

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

Color convert

RGB 172 234 254 -
CMYK 0.32 0.08 0 0.00
HSL 194.63º 0.98% 0.84% -
HSV(B) 194.63º 0.32% 1% -
XYZ 64.33 74.77 104.81 -
YUV 217.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 172 234 254 0.32 0.08 0 0.00 194.63 0.98 0.84
Hex AC EA FE 20 8 0 0 C3 62 54
Octal 254 352 376 40 10 0 0 303 142 124
Binary 10101100 11101010 11111110 100000 1000 0 0 11000011 1100010 1010100

Color Harmonies of #ACEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAFE

Black with #ACEAFE

Text Example


Text Example

White with #ACEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAFE; }

 p { color: rgb(172,234,254); }

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

background-color css

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

 a { background-color: rgb(172,234,254); }

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

border-color css

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

 span { border-color: rgb(172,234,254); }

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