Html Css Color HEX #9FE7F6 Blizzard Blue

📋 copy color: '#9FE7F6'

red 159 ◦ green 231 ◦ blue 246

#9FE7F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #9FE7F6

Tints of Blizzard Blue #9FE7F6

RGB

 RED value IS 159 (62.5% from 255) = 25%

 GREEN value IS 231 (90.63% from 255) = 36.32%

 BLUE value IS 246 (96.48% from 255) = 38.68%

R = 25%
G = 36.32%
B = 38.68%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9FE7F6 (or 0x9FE7F6) is known color: Blizzard Blue. HEX triplet: 9F, E7 and F6. RGB value is (159,231,246). Sum of RGB (Red+Green+Blue) = 159+231+246=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FE7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE7F6 is #601809. Grayscale: #D3D3D3. Windows color (decimal): -6297610 or 16181151. OLE color: 16181151.

HSL color Cylindrical-coordinate representation of color #9FE7F6: hue angle of 190.34º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FE7F6 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 231 246 -
CMYK 0.35 0.06 0 0.04
HSL 190.34º 0.83% 0.79% -
HSV(B) 190.34º 0.35% 0.96% -
XYZ 59.51 71.18 97.79 -
YUV 211.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 159 231 246 0.35 0.06 0 0.04 190.34 0.83 0.79
Hex 9F E7 F6 23 6 0 4 BE 53 4F
Octal 237 347 366 43 6 0 4 276 123 117
Binary 10011111 11100111 11110110 100011 110 0 100 10111110 1010011 1001111

Color Harmonies of #9FE7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE7F6

Black with #9FE7F6

Text Example


Text Example

White with #9FE7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,231,246); }

 H1.HeaderClassName
 {
   color: #9FE7F6;
 }
 .AnyTagClassName
 {
   color: #9FE7F6;
 }
</style>

background-color css

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

 a { background-color: rgb(159,231,246); }

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

border-color css

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

 span { border-color: rgb(159,231,246); }

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