Html Css Color HEX #9FE5F6 Blizzard Blue

📋 copy color: '#9FE5F6'

red 159 ◦ green 229 ◦ blue 246

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

Shades of Blizzard Blue #9FE5F6

Tints of Blizzard Blue #9FE5F6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.12%

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

R = 25.08%
G = 36.12%
B = 38.8%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9FE5F6 (or 0x9FE5F6) is known color: Blizzard Blue. HEX triplet: 9F, E5 and F6. RGB value is (159,229,246). Sum of RGB (Red+Green+Blue) = 159+229+246=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FE5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5F6 is #601A09. Grayscale: #D1D1D1. Windows color (decimal): -6298122 or 16180639. OLE color: 16180639.

HSL color Cylindrical-coordinate representation of color #9FE5F6: hue angle of 191.72º 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 #9FE5F6 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 229 246 -
CMYK 0.35 0.07 0 0.04
HSL 191.72º 0.83% 0.79% -
HSV(B) 191.72º 0.35% 0.96% -
XYZ 58.95 70.06 97.61 -
YUV 210.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 159 229 246 0.35 0.07 0 0.04 191.72 0.83 0.79
Hex 9F E5 F6 23 7 0 4 C0 53 4F
Octal 237 345 366 43 7 0 4 300 123 117
Binary 10011111 11100101 11110110 100011 111 0 100 11000000 1010011 1001111

Color Harmonies of #9FE5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE5F6

Black with #9FE5F6

Text Example


Text Example

White with #9FE5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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