Html Css Color HEX #9BEDF5 Blizzard Blue

📋 copy color: '#9BEDF5'

red 155 ◦ green 237 ◦ blue 245

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

Shades of Blizzard Blue #9BEDF5

Tints of Blizzard Blue #9BEDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

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

R = 24.33%
G = 37.21%
B = 38.46%

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

#9BEDF5 (or 0x9BEDF5) is known color: Blizzard Blue. HEX triplet: 9B, ED and F5. RGB value is (155,237,245). Sum of RGB (Red+Green+Blue) = 155+237+245=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #9BEDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDF5 is #64120A. Grayscale: #D5D5D5. Windows color (decimal): -6558219 or 16117147. OLE color: 16117147.

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

Color convert

RGB 155 237 245 -
CMYK 0.37 0.03 0 0.04
HSL 185.33º 0.82% 0.78% -
HSV(B) 185.33º 0.37% 0.96% -
XYZ 60.28 74.13 97.52 -
YUV 213.39 145.83 86.35 -
System Red Green Blue C M Y K H S L
Decimal 155 237 245 0.37 0.03 0 0.04 185.33 0.82 0.78
Hex 9B ED F5 25 3 0 4 B9 52 4E
Octal 233 355 365 45 3 0 4 271 122 116
Binary 10011011 11101101 11110101 100101 11 0 100 10111001 1010010 1001110

Color Harmonies of #9BEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEDF5

Black with #9BEDF5

Text Example


Text Example

White with #9BEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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