Html Css Color HEX #9BEFFF Blizzard Blue

📋 copy color: '#9BEFFF'

red 155 ◦ green 239 ◦ blue 255

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

Shades of Blizzard Blue #9BEFFF

Tints of Blizzard Blue #9BEFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.29%

R = 23.88%
G = 36.83%
B = 39.29%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BEFFF (or 0x9BEFFF) is known color: Blizzard Blue. HEX triplet: 9B, EF and FF. RGB value is (155,239,255). Sum of RGB (Red+Green+Blue) = 155+239+255=649 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.88% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFFF is #641000. Grayscale: #D7D7D7. Windows color (decimal): -6557697 or 16773019. OLE color: 16773019.

HSL color Cylindrical-coordinate representation of color #9BEFFF: hue angle of 189.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BEFFF is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 239 255 -
CMYK 0.39 0.06 0 0
HSL 189.6º 1% 0.8% -
HSV(B) 189.6º 0.39% 1% -
XYZ 62.43 75.92 105.97 -
YUV 215.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 155 239 255 0.39 0.06 0 0 189.6 1 0.8
Hex 9B EF FF 27 6 0 0 BE 64 50
Octal 233 357 377 47 6 0 0 276 144 120
Binary 10011011 11101111 11111111 100111 110 0 0 10111110 1100100 1010000

Color Harmonies of #9BEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEFFF

Black with #9BEFFF

Text Example


Text Example

White with #9BEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,239,255); }

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

background-color css

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

 a { background-color: rgb(155,239,255); }

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

border-color css

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

 span { border-color: rgb(155,239,255); }

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