Html Css Color HEX #9BF5FE Blizzard Blue

📋 copy color: '#9BF5FE'

red 155 ◦ green 245 ◦ blue 254

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

Shades of Blizzard Blue #9BF5FE

Tints of Blizzard Blue #9BF5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.46%

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

R = 23.7%
G = 37.46%
B = 38.84%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BF5FE (or 0x9BF5FE) is known color: Blizzard Blue. HEX triplet: 9B, F5 and FE. RGB value is (155,245,254). Sum of RGB (Red+Green+Blue) = 155+245+254=654 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.70% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF5FE is #640A01. Grayscale: #DADADA. Windows color (decimal): -6556162 or 16709019. OLE color: 16709019.

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

Color convert

RGB 155 245 254 -
CMYK 0.39 0.04 0 0.00
HSL 185.45º 0.98% 0.8% -
HSV(B) 185.45º 0.39% 1% -
XYZ 64.06 79.43 105.72 -
YUV 219.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 155 245 254 0.39 0.04 0 0.00 185.45 0.98 0.8
Hex 9B F5 FE 27 4 0 0 B9 62 50
Octal 233 365 376 47 4 0 0 271 142 120
Binary 10011011 11110101 11111110 100111 100 0 0 10111001 1100010 1010000

Color Harmonies of #9BF5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF5FE

Black with #9BF5FE

Text Example


Text Example

White with #9BF5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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