#A5EBFB

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

Shades of Blizzard Blue #A5EBFB

Tints of Blizzard Blue #A5EBFB

Color information

#A5EBFB (or 0xA5EBFB) is unknown color: approx Blizzard Blue. HEX triplet: A5, EB and FB. RGB value is (165,235,251). Sum of RGB (Red+Green+Blue) = 165+235+251=651 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.35% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBFB is #5A1404. Grayscale: #D7D7D7. Windows color (decimal): -5903365 or 16509861. OLE color: 16509861.

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

Color convert

RGB165235251-
CMYK0.340.0600.02
HSL191.16º91.49%81.57%-
HSV(B)191.16º34.26%98.43%-
XYZ62.6474.38102.32-
YUV215.89147.8191.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.35%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=25.35%
G=36.10%
B=38.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652352510.340.0600.02191.1691.4981.57
HexA5EBFB22602bf5b52
Octal24535337342602277133122
Binary1010010111101011111110111000101100101011111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBFB; }

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

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

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

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

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

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

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

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