Html Css Color HEX #ACE3F3 Blizzard Blue

📋 copy color: '#ACE3F3'

red 172 ◦ green 227 ◦ blue 243

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

Shades of Blizzard Blue #ACE3F3

Tints of Blizzard Blue #ACE3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.85%

R = 26.79%
G = 35.36%
B = 37.85%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACE3F3 (or 0xACE3F3) is known color: Blizzard Blue. HEX triplet: AC, E3 and F3. RGB value is (172,227,243). Sum of RGB (Red+Green+Blue) = 172+227+243=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3F3 is #531C0C. Grayscale: #D4D4D4. Windows color (decimal): -5446669 or 15983532. OLE color: 15983532.

HSL color Cylindrical-coordinate representation of color #ACE3F3: hue angle of 193.52º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE3F3 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 227 243 -
CMYK 0.29 0.07 0 0.05
HSL 193.52º 0.75% 0.81% -
HSV(B) 193.52º 0.29% 0.95% -
XYZ 60.66 70.18 95.14 -
YUV 212.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 172 227 243 0.29 0.07 0 0.05 193.52 0.75 0.81
Hex AC E3 F3 1D 7 0 5 C2 4B 51
Octal 254 343 363 35 7 0 5 302 113 121
Binary 10101100 11100011 11110011 11101 111 0 101 11000010 1001011 1010001

Color Harmonies of #ACE3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3F3

Black with #ACE3F3

Text Example


Text Example

White with #ACE3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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