Html Css Color HEX #ACEEFE Blizzard Blue

📋 copy color: '#ACEEFE'

red 172 ◦ green 238 ◦ blue 254

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

Shades of Blizzard Blue #ACEEFE

Tints of Blizzard Blue #ACEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.84%

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

R = 25.9%
G = 35.84%
B = 38.25%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACEEFE (or 0xACEEFE) is known color: Blizzard Blue. HEX triplet: AC, EE and FE. RGB value is (172,238,254). Sum of RGB (Red+Green+Blue) = 172+238+254=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEFE is #531101. Grayscale: #DBDBDB. Windows color (decimal): -5443842 or 16707244. OLE color: 16707244.

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

Color convert

RGB 172 238 254 -
CMYK 0.32 0.06 0 0.00
HSL 191.71º 0.98% 0.84% -
HSV(B) 191.71º 0.32% 1% -
XYZ 65.48 77.08 105.19 -
YUV 220.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 172 238 254 0.32 0.06 0 0.00 191.71 0.98 0.84
Hex AC EE FE 20 6 0 0 C0 62 54
Octal 254 356 376 40 6 0 0 300 142 124
Binary 10101100 11101110 11111110 100000 110 0 0 11000000 1100010 1010100

Color Harmonies of #ACEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEFE

Black with #ACEEFE

Text Example


Text Example

White with #ACEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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