#95F1FB

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

Shades of Blizzard Blue #95F1FB

Tints of Blizzard Blue #95F1FB

Color information

#95F1FB (or 0x95F1FB) is unknown color: approx Blizzard Blue. HEX triplet: 95, F1 and FB. RGB value is (149,241,251). Sum of RGB (Red+Green+Blue) = 149+241+251=641 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.24% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #95F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1FB is #6A0E04. Grayscale: #D6D6D6. Windows color (decimal): -6950405 or 16511381. OLE color: 16511381.

HSL color Cylindrical-coordinate representation of color #95F1FB: hue angle of 185.88º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95F1FB is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149241251-
CMYK0.410.0400.02
HSL185.88º92.73%78.43%-
HSV(B)185.88º40.64%98.43%-
XYZ61.2676.27102.76-
YUV214.63148.5281.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.24%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=23.24%
G=37.60%
B=39.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492412510.410.0400.02185.8892.7378.43
Hex95F1FB29402ba5d4e
Octal22536137351402272135116
Binary1001010111110001111110111010011000101011101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F1FB; }

 p { color: rgb(149,241,251); }

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

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

 a { background-color: rgb(149,241,251); }

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

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

 span { border-color: rgb(149,241,251); }

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