#9ff3fe

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

Shades of Blizzard Blue #9FF3FE

Tints of Blizzard Blue #9FF3FE

Color information

#9FF3FE (or 0x9FF3FE) is unknown color: approx Blizzard Blue. HEX triplet: 9F, F3 and FE. RGB value is (159,243,254). Sum of RGB (Red+Green+Blue) = 159+243+254=656 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.24% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3FE is #600C01. Grayscale: #DBDBDB. Windows color (decimal): -6294530 or 16708511. OLE color: 16708511.

HSL color Cylindrical-coordinate representation of color #9FF3FE: hue angle of 186.95º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FF3FE is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159243254-
CMYK0.370.0400.00
HSL186.95º97.94%80.98%-
HSV(B)186.95º37.4%99.61%-
XYZ64.2478.63105.56-
YUV219.14147.6785.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.24%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=24.24%
G=37.04%
B=38.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592432540.370.0400.00186.9597.9480.98
Hex9FF3FE25400bb6251
Octal23736337645400273142121
Binary100111111111001111111110100101100001011101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ff3fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ff3fe; }

 p { color: rgb(159,243,254); }

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

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

 a { background-color: rgb(159,243,254); }

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

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

 span { border-color: rgb(159,243,254); }

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