Html Css Color HEX #9FEDF2 Blizzard Blue

📋 copy color: '#9FEDF2'

red 159 ◦ green 237 ◦ blue 242

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

Shades of Blizzard Blue #9FEDF2

Tints of Blizzard Blue #9FEDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.15%

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

R = 24.92%
G = 37.15%
B = 37.93%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FEDF2 (or 0x9FEDF2) is known color: Blizzard Blue. HEX triplet: 9F, ED and F2. RGB value is (159,237,242). Sum of RGB (Red+Green+Blue) = 159+237+242=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDF2 is #60120D. Grayscale: #D6D6D6. Windows color (decimal): -6296078 or 15920543. OLE color: 15920543.

HSL color Cylindrical-coordinate representation of color #9FEDF2: hue angle of 183.61º 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 #9FEDF2 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 237 242 -
CMYK 0.34 0.02 0 0.05
HSL 183.61º 0.76% 0.79% -
HSV(B) 183.61º 0.34% 0.95% -
XYZ 60.61 74.35 95.16 -
YUV 214.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 159 237 242 0.34 0.02 0 0.05 183.61 0.76 0.79
Hex 9F ED F2 22 2 0 5 B8 4C 4F
Octal 237 355 362 42 2 0 5 270 114 117
Binary 10011111 11101101 11110010 100010 10 0 101 10111000 1001100 1001111

Color Harmonies of #9FEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDF2

Black with #9FEDF2

Text Example


Text Example

White with #9FEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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