#ABE3F3

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

Shades of Blizzard Blue #ABE3F3

Tints of Blizzard Blue #ABE3F3

Color information

#ABE3F3 (or 0xABE3F3) is unknown color: approx Blizzard Blue. HEX triplet: AB, E3 and F3. RGB value is (171,227,243). Sum of RGB (Red+Green+Blue) = 171+227+243=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABE3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3F3 is #541C0C. Grayscale: #D3D3D3. Windows color (decimal): -5512205 or 15983531. OLE color: 15983531.

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

Color convert

RGB171227243-
CMYK0.300.0700.05
HSL193.33º75%81.18%-
HSV(B)193.33º29.63%95.29%-
XYZ60.4470.0795.13-
YUV212.08145.4598.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=26.68%
G=35.41%
B=37.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712272430.300.0700.05193.337581.18
HexABE3F31E705c14b51
Octal25334336336705301113121
Binary1010101111100011111100111111011101011100000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3F3; }

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

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

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

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

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

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

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

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