Html Css Color HEX #9DF2F7 Blizzard Blue

📋 copy color: '#9DF2F7'

red 157 ◦ green 242 ◦ blue 247

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

Shades of Blizzard Blue #9DF2F7

Tints of Blizzard Blue #9DF2F7

RGB

 RED value IS 157 (61.72% from 255) = 24.3%

 GREEN value IS 242 (94.92% from 255) = 37.46%

 BLUE value IS 247 (96.88% from 255) = 38.24%

R = 24.3%
G = 37.46%
B = 38.24%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9DF2F7 (or 0x9DF2F7) is known color: Blizzard Blue. HEX triplet: 9D, F2 and F7. RGB value is (157,242,247). Sum of RGB (Red+Green+Blue) = 157+242+247=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DF2F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF2F7 is #620D08. Grayscale: #D9D9D9. Windows color (decimal): -6425865 or 16249501. OLE color: 16249501.

HSL color Cylindrical-coordinate representation of color #9DF2F7: hue angle of 183.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF2F7 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 242 247 -
CMYK 0.36 0.02 0 0.03
HSL 183.33º 0.85% 0.79% -
HSV(B) 183.33º 0.36% 0.97% -
XYZ 62.45 77.39 99.64 -
YUV 217.16 144.84 85.09 -
System Red Green Blue C M Y K H S L
Decimal 157 242 247 0.36 0.02 0 0.03 183.33 0.85 0.79
Hex 9D F2 F7 24 2 0 3 B7 55 4F
Octal 235 362 367 44 2 0 3 267 125 117
Binary 10011101 11110010 11110111 100100 10 0 11 10110111 1010101 1001111

Color Harmonies of #9DF2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2F7

Black with #9DF2F7

Text Example


Text Example

White with #9DF2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,247); }

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

background-color css

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

 a { background-color: rgb(157,242,247); }

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

border-color css

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

 span { border-color: rgb(157,242,247); }

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