Html Css Color HEX #9FEFFB Blizzard Blue

📋 copy color: '#9FEFFB'

red 159 ◦ green 239 ◦ blue 251

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

Shades of Blizzard Blue #9FEFFB

Tints of Blizzard Blue #9FEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.83%

 BLUE value IS 251 (98.44% from 255) = 38.67%

R = 24.5%
G = 36.83%
B = 38.67%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FEFFB (or 0x9FEFFB) is known color: Blizzard Blue. HEX triplet: 9F, EF and FB. RGB value is (159,239,251). Sum of RGB (Red+Green+Blue) = 159+239+251=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFFB is #601004. Grayscale: #D8D8D8. Windows color (decimal): -6295557 or 16510879. OLE color: 16510879.

HSL color Cylindrical-coordinate representation of color #9FEFFB: hue angle of 187.83º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEFFB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 239 251 -
CMYK 0.37 0.05 0 0.02
HSL 187.83º 0.92% 0.8% -
HSV(B) 187.83º 0.37% 0.98% -
XYZ 62.58 76.07 102.65 -
YUV 216.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 159 239 251 0.37 0.05 0 0.02 187.83 0.92 0.8
Hex 9F EF FB 25 5 0 2 BC 5C 50
Octal 237 357 373 45 5 0 2 274 134 120
Binary 10011111 11101111 11111011 100101 101 0 10 10111100 1011100 1010000

Color Harmonies of #9FEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFFB

Black with #9FEFFB

Text Example


Text Example

White with #9FEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,239,251); }

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

background-color css

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

 a { background-color: rgb(159,239,251); }

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

border-color css

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

 span { border-color: rgb(159,239,251); }

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