#95F0F7

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

Shades of Blizzard Blue #95F0F7

Tints of Blizzard Blue #95F0F7

Color information

#95F0F7 (or 0x95F0F7) is unknown color: approx Blizzard Blue. HEX triplet: 95, F0 and F7. RGB value is (149,240,247). Sum of RGB (Red+Green+Blue) = 149+240+247=636 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.43% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #95F0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F0F7 is #6A0F08. Grayscale: #D5D5D5. Windows color (decimal): -6950665 or 16248981. OLE color: 16248981.

HSL color Cylindrical-coordinate representation of color #95F0F7: hue angle of 184.29º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F0F7 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149240247-
CMYK0.400.0300.03
HSL184.29º85.96%77.65%-
HSV(B)184.29º39.68%96.86%-
XYZ60.3475.4399.37-
YUV213.59146.8581.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.43%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 247 (96.88% from 255) = 38.84%
R=23.43%
G=37.74%
B=38.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492402470.400.0300.03184.2985.9677.65
Hex95F0F728303b8564e
Octal22536036750303270126116
Binary100101011111000011110111101000110111011100010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,240,247); }

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

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

 a { background-color: rgb(149,240,247); }

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

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

 span { border-color: rgb(149,240,247); }

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