Html Css Color HEX #ACEBFF Blizzard Blue

📋 copy color: '#ACEBFF'

red 172 ◦ green 235 ◦ blue 255

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

Shades of Blizzard Blue #ACEBFF

Tints of Blizzard Blue #ACEBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.5%

 BLUE value IS 255 (100% from 255) = 38.52%

R = 25.98%
G = 35.5%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACEBFF (or 0xACEBFF) is known color: Blizzard Blue. HEX triplet: AC, EB and FF. RGB value is (172,235,255). Sum of RGB (Red+Green+Blue) = 172+235+255=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBFF is #531400. Grayscale: #DADADA. Windows color (decimal): -5444609 or 16772012. OLE color: 16772012.

HSL color Cylindrical-coordinate representation of color #ACEBFF: hue angle of 194.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACEBFF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 235 255 -
CMYK 0.33 0.08 0 0
HSL 194.46º 1% 0.84% -
HSV(B) 194.46º 0.33% 1% -
XYZ 64.77 75.41 105.75 -
YUV 218.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 172 235 255 0.33 0.08 0 0 194.46 1 0.84
Hex AC EB FF 21 8 0 0 C2 64 54
Octal 254 353 377 41 10 0 0 302 144 124
Binary 10101100 11101011 11111111 100001 1000 0 0 11000010 1100100 1010100

Color Harmonies of #ACEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBFF

Black with #ACEBFF

Text Example


Text Example

White with #ACEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBFF; }

 p { color: rgb(172,235,255); }

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

background-color css

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

 a { background-color: rgb(172,235,255); }

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

border-color css

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

 span { border-color: rgb(172,235,255); }

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