Html Css Color HEX #9BEEF5 Blizzard Blue

📋 copy color: '#9BEEF5'

red 155 ◦ green 238 ◦ blue 245

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

Shades of Blizzard Blue #9BEEF5

Tints of Blizzard Blue #9BEEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 24.29%
G = 37.3%
B = 38.4%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9BEEF5 (or 0x9BEEF5) is known color: Blizzard Blue. HEX triplet: 9B, EE and F5. RGB value is (155,238,245). Sum of RGB (Red+Green+Blue) = 155+238+245=638 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.29% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #9BEEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEF5 is #64110A. Grayscale: #D5D5D5. Windows color (decimal): -6557963 or 16117403. OLE color: 16117403.

HSL color Cylindrical-coordinate representation of color #9BEEF5: hue angle of 184.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BEEF5 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 238 245 -
CMYK 0.37 0.03 0 0.04
HSL 184.67º 0.82% 0.78% -
HSV(B) 184.67º 0.37% 0.96% -
XYZ 60.57 74.71 97.61 -
YUV 213.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 155 238 245 0.37 0.03 0 0.04 184.67 0.82 0.78
Hex 9B EE F5 25 3 0 4 B9 52 4E
Octal 233 356 365 45 3 0 4 271 122 116
Binary 10011011 11101110 11110101 100101 11 0 100 10111001 1010010 1001110

Color Harmonies of #9BEEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEF5

Black with #9BEEF5

Text Example


Text Example

White with #9BEEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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