Html Css Color HEX #ACE7FB Blizzard Blue

📋 copy color: '#ACE7FB'

red 172 ◦ green 231 ◦ blue 251

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

Shades of Blizzard Blue #ACE7FB

Tints of Blizzard Blue #ACE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.32%

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

R = 26.3%
G = 35.32%
B = 38.38%

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

#ACE7FB (or 0xACE7FB) is known color: Blizzard Blue. HEX triplet: AC, E7 and FB. RGB value is (172,231,251). Sum of RGB (Red+Green+Blue) = 172+231+251=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FB is #531804. Grayscale: #D7D7D7. Windows color (decimal): -5445637 or 16508844. OLE color: 16508844.

HSL color Cylindrical-coordinate representation of color #ACE7FB: hue angle of 195.19º 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 #ACE7FB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 231 251 -
CMYK 0.31 0.08 0 0.02
HSL 195.19º 0.91% 0.83% -
HSV(B) 195.19º 0.31% 0.98% -
XYZ 63 72.89 102.01 -
YUV 215.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 172 231 251 0.31 0.08 0 0.02 195.19 0.91 0.83
Hex AC E7 FB 1F 8 0 2 C3 5B 53
Octal 254 347 373 37 10 0 2 303 133 123
Binary 10101100 11100111 11111011 11111 1000 0 10 11000011 1011011 1010011

Color Harmonies of #ACE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7FB

Black with #ACE7FB

Text Example


Text Example

White with #ACE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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