Html Css Color HEX #9BF2F6 Blizzard Blue

📋 copy color: '#9BF2F6'

red 155 ◦ green 242 ◦ blue 246

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

Shades of Blizzard Blue #9BF2F6

Tints of Blizzard Blue #9BF2F6

RGB

 RED value IS 155 (60.94% from 255) = 24.11%

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

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

R = 24.11%
G = 37.64%
B = 38.26%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9BF2F6 (or 0x9BF2F6) is known color: Blizzard Blue. HEX triplet: 9B, F2 and F6. RGB value is (155,242,246). Sum of RGB (Red+Green+Blue) = 155+242+246=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BF2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF2F6 is #640D09. Grayscale: #D8D8D8. Windows color (decimal): -6556938 or 16183963. OLE color: 16183963.

HSL color Cylindrical-coordinate representation of color #9BF2F6: hue angle of 182.64º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF2F6 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 242 246 -
CMYK 0.37 0.02 0 0.04
HSL 182.64º 0.83% 0.79% -
HSV(B) 182.64º 0.37% 0.96% -
XYZ 61.9 77.13 98.81 -
YUV 216.44 144.68 84.17 -
System Red Green Blue C M Y K H S L
Decimal 155 242 246 0.37 0.02 0 0.04 182.64 0.83 0.79
Hex 9B F2 F6 25 2 0 4 B7 53 4F
Octal 233 362 366 45 2 0 4 267 123 117
Binary 10011011 11110010 11110110 100101 10 0 100 10110111 1010011 1001111

Color Harmonies of #9BF2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2F6

Black with #9BF2F6

Text Example


Text Example

White with #9BF2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,246); }

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

background-color css

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

 a { background-color: rgb(155,242,246); }

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

border-color css

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

 span { border-color: rgb(155,242,246); }

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