Html Css Color HEX #9BEBEB Blizzard Blue

📋 copy color: '#9BEBEB'

red 155 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #9BEBEB

Tints of Blizzard Blue #9BEBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 24.8%
G = 37.6%
B = 37.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BEBEB (or 0x9BEBEB) is known color: Blizzard Blue. HEX triplet: 9B, EB and EB. RGB value is (155,235,235). Sum of RGB (Red+Green+Blue) = 155+235+235=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #9BEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBEB is #641414. Grayscale: #D3D3D3. Windows color (decimal): -6558741 or 15461275. OLE color: 15461275.

HSL color Cylindrical-coordinate representation of color #9BEBEB: hue angle of 180º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBEB is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 235 -
CMYK 0.34 0 0 0.08
HSL 180º 0.67% 0.76% -
HSV(B) 180º 0.34% 0.92% -
XYZ 58.22 72.38 89.5 -
YUV 211.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 155 235 235 0.34 0 0 0.08 180 0.67 0.76
Hex 9B EB EB 22 0 0 8 B4 43 4C
Octal 233 353 353 42 0 0 10 264 103 114
Binary 10011011 11101011 11101011 100010 0 0 1000 10110100 1000011 1001100

Color Harmonies of #9BEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBEB

Black with #9BEBEB

Text Example


Text Example

White with #9BEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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