#a0ebf3

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

Shades of Blizzard Blue #A0EBF3

Tints of Blizzard Blue #A0EBF3

Color information

#A0EBF3 (or 0xA0EBF3) is unknown color: approx Blizzard Blue. HEX triplet: A0, EB and F3. RGB value is (160,235,243). Sum of RGB (Red+Green+Blue) = 160+235+243=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0EBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBF3 is #5F140C. Grayscale: #D5D5D5. Windows color (decimal): -6231053 or 15985568. OLE color: 15985568.

HSL color Cylindrical-coordinate representation of color #A0EBF3: hue angle of 185.78º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EBF3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160235243-
CMYK0.340.0300.05
HSL185.78º77.57%79.02%-
HSV(B)185.78º34.16%95.29%-
XYZ60.3873.3695.77-
YUV213.49144.6589.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 243 (95.31% from 255) = 38.09%
R=25.08%
G=36.83%
B=38.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602352430.340.0300.05185.7877.5779.02
HexA0EBF322305ba4e4f
Octal24035336342305272116117
Binary1010000011101011111100111000101101011011101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0ebf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0ebf3; }

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

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

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

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

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

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

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

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