#9AF6FC

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

Shades of Blizzard Blue #9AF6FC

Tints of Blizzard Blue #9AF6FC

Color information

#9AF6FC (or 0x9AF6FC) is unknown color: approx Blizzard Blue. HEX triplet: 9A, F6 and FC. RGB value is (154,246,252). Sum of RGB (Red+Green+Blue) = 154+246+252=652 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.62% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AF6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF6FC is #650903. Grayscale: #DBDBDB. Windows color (decimal): -6621444 or 16578202. OLE color: 16578202.

HSL color Cylindrical-coordinate representation of color #9AF6FC: hue angle of 183.67º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AF6FC is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154246252-
CMYK0.390.0200.01
HSL183.67º94.23%79.61%-
HSV(B)183.67º38.89%98.82%-
XYZ63.8579.81104.13-
YUV219.18146.5281.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.62%
GREEN value IS 246 (96.48% from 255) = 37.73%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=23.62%
G=37.73%
B=38.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542462520.390.0200.01183.6794.2379.61
Hex9AF6FC27201b85e50
Octal23236637447201270136120
Binary10011010111101101111110010011110011011100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,246,252); }

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

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

 a { background-color: rgb(154,246,252); }

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

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

 span { border-color: rgb(154,246,252); }

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