Html Css Color HEX #ACEAFB Blizzard Blue

📋 copy color: '#ACEAFB'

red 172 ◦ green 234 ◦ blue 251

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

Shades of Blizzard Blue #ACEAFB

Tints of Blizzard Blue #ACEAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.62%

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

R = 26.18%
G = 35.62%
B = 38.2%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACEAFB (or 0xACEAFB) is known color: Blizzard Blue. HEX triplet: AC, EA and FB. RGB value is (172,234,251). Sum of RGB (Red+Green+Blue) = 172+234+251=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACEAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFB is #531504. Grayscale: #D9D9D9. Windows color (decimal): -5444869 or 16509612. OLE color: 16509612.

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

Color convert

RGB 172 234 251 -
CMYK 0.31 0.07 0 0.02
HSL 192.91º 0.91% 0.83% -
HSV(B) 192.91º 0.31% 0.98% -
XYZ 63.85 74.58 102.3 -
YUV 217.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 172 234 251 0.31 0.07 0 0.02 192.91 0.91 0.83
Hex AC EA FB 1F 7 0 2 C1 5B 53
Octal 254 352 373 37 7 0 2 301 133 123
Binary 10101100 11101010 11111011 11111 111 0 10 11000001 1011011 1010011

Color Harmonies of #ACEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAFB

Black with #ACEAFB

Text Example


Text Example

White with #ACEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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