Html Css Color HEX #9BF1FE Blizzard Blue

📋 copy color: '#9BF1FE'

red 155 ◦ green 241 ◦ blue 254

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

Shades of Blizzard Blue #9BF1FE

Tints of Blizzard Blue #9BF1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.08%

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 23.85%
G = 37.08%
B = 39.08%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BF1FE (or 0x9BF1FE) is known color: Blizzard Blue. HEX triplet: 9B, F1 and FE. RGB value is (155,241,254). Sum of RGB (Red+Green+Blue) = 155+241+254=650 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.85% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF1FE is #640E01. Grayscale: #D8D8D8. Windows color (decimal): -6557186 or 16707995. OLE color: 16707995.

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

Color convert

RGB 155 241 254 -
CMYK 0.39 0.05 0 0.00
HSL 187.88º 0.98% 0.8% -
HSV(B) 187.88º 0.39% 1% -
XYZ 62.86 77.03 105.32 -
YUV 216.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 155 241 254 0.39 0.05 0 0.00 187.88 0.98 0.8
Hex 9B F1 FE 27 5 0 0 BC 62 50
Octal 233 361 376 47 5 0 0 274 142 120
Binary 10011011 11110001 11111110 100111 101 0 0 10111100 1100010 1010000

Color Harmonies of #9BF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF1FE

Black with #9BF1FE

Text Example


Text Example

White with #9BF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,241,254); }

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

background-color css

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

 a { background-color: rgb(155,241,254); }

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

border-color css

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

 span { border-color: rgb(155,241,254); }

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