Html Css Color HEX #ACE6FB Blizzard Blue

📋 copy color: '#ACE6FB'

red 172 ◦ green 230 ◦ blue 251

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

Shades of Blizzard Blue #ACE6FB

Tints of Blizzard Blue #ACE6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.44%

R = 26.34%
G = 35.22%
B = 38.44%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE6FB (or 0xACE6FB) is known color: Blizzard Blue. HEX triplet: AC, E6 and FB. RGB value is (172,230,251). Sum of RGB (Red+Green+Blue) = 172+230+251=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FB is #531904. Grayscale: #D6D6D6. Windows color (decimal): -5445893 or 16508588. OLE color: 16508588.

HSL color Cylindrical-coordinate representation of color #ACE6FB: hue angle of 195.95º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE6FB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 230 251 -
CMYK 0.31 0.08 0 0.02
HSL 195.95º 0.91% 0.83% -
HSV(B) 195.95º 0.31% 0.98% -
XYZ 62.72 72.33 101.92 -
YUV 215.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 172 230 251 0.31 0.08 0 0.02 195.95 0.91 0.83
Hex AC E6 FB 1F 8 0 2 C4 5B 53
Octal 254 346 373 37 10 0 2 304 133 123
Binary 10101100 11100110 11111011 11111 1000 0 10 11000100 1011011 1010011

Color Harmonies of #ACE6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6FB

Black with #ACE6FB

Text Example


Text Example

White with #ACE6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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