Html Css Color HEX #ACE6F3 Blizzard Blue

📋 copy color: '#ACE6F3'

red 172 ◦ green 230 ◦ blue 243

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

Shades of Blizzard Blue #ACE6F3

Tints of Blizzard Blue #ACE6F3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

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

R = 26.67%
G = 35.66%
B = 37.67%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACE6F3 (or 0xACE6F3) is known color: Blizzard Blue. HEX triplet: AC, E6 and F3. RGB value is (172,230,243). Sum of RGB (Red+Green+Blue) = 172+230+243=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE6F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F3 is #53190C. Grayscale: #D6D6D6. Windows color (decimal): -5445901 or 15984300. OLE color: 15984300.

HSL color Cylindrical-coordinate representation of color #ACE6F3: hue angle of 190.99º 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 #ACE6F3 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 230 243 -
CMYK 0.29 0.05 0 0.05
HSL 190.99º 0.75% 0.81% -
HSV(B) 190.99º 0.29% 0.95% -
XYZ 61.49 71.84 95.42 -
YUV 214.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 172 230 243 0.29 0.05 0 0.05 190.99 0.75 0.81
Hex AC E6 F3 1D 5 0 5 BF 4B 51
Octal 254 346 363 35 5 0 5 277 113 121
Binary 10101100 11100110 11110011 11101 101 0 101 10111111 1001011 1010001

Color Harmonies of #ACE6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6F3

Black with #ACE6F3

Text Example


Text Example

White with #ACE6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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