Html Css Color HEX #9BF4FF Blizzard Blue

📋 copy color: '#9BF4FF'

red 155 ◦ green 244 ◦ blue 255

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

Shades of Blizzard Blue #9BF4FF

Tints of Blizzard Blue #9BF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.31%

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

R = 23.7%
G = 37.31%
B = 38.99%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BF4FF (or 0x9BF4FF) is known color: Blizzard Blue. HEX triplet: 9B, F4 and FF. RGB value is (155,244,255). Sum of RGB (Red+Green+Blue) = 155+244+255=654 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.70% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF4FF is #640B00. Grayscale: #DADADA. Windows color (decimal): -6556417 or 16774299. OLE color: 16774299.

HSL color Cylindrical-coordinate representation of color #9BF4FF: hue angle of 186.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 #9BF4FF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 244 255 -
CMYK 0.39 0.04 0 0
HSL 186.6º 1% 0.8% -
HSV(B) 186.6º 0.39% 1% -
XYZ 63.92 78.89 106.47 -
YUV 218.64 148.51 82.61 -
System Red Green Blue C M Y K H S L
Decimal 155 244 255 0.39 0.04 0 0 186.6 1 0.8
Hex 9B F4 FF 27 4 0 0 BB 64 50
Octal 233 364 377 47 4 0 0 273 144 120
Binary 10011011 11110100 11111111 100111 100 0 0 10111011 1100100 1010000

Color Harmonies of #9BF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF4FF

Black with #9BF4FF

Text Example


Text Example

White with #9BF4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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