#ABE4F3

Color #ABE4F3 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #ABE4F3

Tints of Blizzard Blue #ABE4F3

Color information

#ABE4F3 (or 0xABE4F3) is unknown color: approx Blizzard Blue. HEX triplet: AB, E4 and F3. RGB value is (171,228,243). Sum of RGB (Red+Green+Blue) = 171+228+243=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABE4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4F3 is #541B0C. Grayscale: #D4D4D4. Windows color (decimal): -5511949 or 15983787. OLE color: 15983787.

HSL color Cylindrical-coordinate representation of color #ABE4F3: hue angle of 192.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABE4F3 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171228243-
CMYK0.300.0600.05
HSL192.5º75%81.18%-
HSV(B)192.5º29.63%95.29%-
XYZ60.7270.6295.22-
YUV212.67145.1298.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=26.64%
G=35.51%
B=37.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712282430.300.0600.05192.57581.18
HexABE4F31E605c04b51
Octal25334436336605300113121
Binary1010101111100100111100111111011001011100000010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4F3; }

 p { color: rgb(171,228,243); }

 H1.HeaderClassName
 {
   color: #ABE4F3;
 }
 .AnyTagClassName
 {
   color: #ABE4F3;
 }
</style>
background-color css

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

 a { background-color: rgb(171,228,243); }

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

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

 span { border-color: rgb(171,228,243); }

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