#A0EBFB

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

Shades of Blizzard Blue #A0EBFB

Tints of Blizzard Blue #A0EBFB

Color information

#A0EBFB (or 0xA0EBFB) is unknown color: approx Blizzard Blue. HEX triplet: A0, EB and FB. RGB value is (160,235,251). Sum of RGB (Red+Green+Blue) = 160+235+251=646 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.77% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBFB is #5F1404. Grayscale: #D6D6D6. Windows color (decimal): -6231045 or 16509856. OLE color: 16509856.

HSL color Cylindrical-coordinate representation of color #A0EBFB: hue angle of 190.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0EBFB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160235251-
CMYK0.360.0600.02
HSL190.55º91.92%80.59%-
HSV(B)190.55º36.25%98.43%-
XYZ61.6273.86102.27-
YUV214.4148.6589.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.77%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=24.77%
G=36.38%
B=38.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602352510.360.0600.02190.5591.9280.59
HexA0EBFB24602bf5c51
Octal24035337344602277134121
Binary1010000011101011111110111001001100101011111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBFB; }

 p { color: rgb(160,235,251); }

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

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

 a { background-color: rgb(160,235,251); }

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

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

 span { border-color: rgb(160,235,251); }

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