Html Css Color HEX #9BF5FF Blizzard Blue

📋 copy color: '#9BF5FF'

red 155 ◦ green 245 ◦ blue 255

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

Shades of Blizzard Blue #9BF5FF

Tints of Blizzard Blue #9BF5FF

RGB

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

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

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

R = 23.66%
G = 37.4%
B = 38.93%

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

#9BF5FF (or 0x9BF5FF) is known color: Blizzard Blue. HEX triplet: 9B, F5 and FF. RGB value is (155,245,255). Sum of RGB (Red+Green+Blue) = 155+245+255=655 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.66% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF5FF is #640A00. Grayscale: #DBDBDB. Windows color (decimal): -6556161 or 16774555. OLE color: 16774555.

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

Color convert

RGB 155 245 255 -
CMYK 0.39 0.04 0 0
HSL 186º 1% 0.8% -
HSV(B) 186º 0.39% 1% -
XYZ 64.22 79.49 106.57 -
YUV 219.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 155 245 255 0.39 0.04 0 0 186 1 0.8
Hex 9B F5 FF 27 4 0 0 BA 64 50
Octal 233 365 377 47 4 0 0 272 144 120
Binary 10011011 11110101 11111111 100111 100 0 0 10111010 1100100 1010000

Color Harmonies of #9BF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF5FF

Black with #9BF5FF

Text Example


Text Example

White with #9BF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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