Html Css Color HEX #9FEBF2 Blizzard Blue

📋 copy color: '#9FEBF2'

red 159 ◦ green 235 ◦ blue 242

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

Shades of Blizzard Blue #9FEBF2

Tints of Blizzard Blue #9FEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.95%

 BLUE value IS 242 (94.92% from 255) = 38.05%

R = 25%
G = 36.95%
B = 38.05%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FEBF2 (or 0x9FEBF2) is known color: Blizzard Blue. HEX triplet: 9F, EB and F2. RGB value is (159,235,242). Sum of RGB (Red+Green+Blue) = 159+235+242=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBF2 is #60140D. Grayscale: #D4D4D4. Windows color (decimal): -6296590 or 15920031. OLE color: 15920031.

HSL color Cylindrical-coordinate representation of color #9FEBF2: hue angle of 185.06º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FEBF2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 235 242 -
CMYK 0.34 0.03 0 0.05
HSL 185.06º 0.76% 0.79% -
HSV(B) 185.06º 0.34% 0.95% -
XYZ 60.03 73.2 94.97 -
YUV 213.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 159 235 242 0.34 0.03 0 0.05 185.06 0.76 0.79
Hex 9F EB F2 22 3 0 5 B9 4C 4F
Octal 237 353 362 42 3 0 5 271 114 117
Binary 10011111 11101011 11110010 100010 11 0 101 10111001 1001100 1001111

Color Harmonies of #9FEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBF2

Black with #9FEBF2

Text Example


Text Example

White with #9FEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,242); }

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

background-color css

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

 a { background-color: rgb(159,235,242); }

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

border-color css

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

 span { border-color: rgb(159,235,242); }

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