Html Css Color HEX #9BEBEE Blizzard Blue

📋 copy color: '#9BEBEE'

red 155 ◦ green 235 ◦ blue 238

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

Shades of Blizzard Blue #9BEBEE

Tints of Blizzard Blue #9BEBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.9%

R = 24.68%
G = 37.42%
B = 37.9%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BEBEE (or 0x9BEBEE) is known color: Blizzard Blue. HEX triplet: 9B, EB and EE. RGB value is (155,235,238). Sum of RGB (Red+Green+Blue) = 155+235+238=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBEE is #641411. Grayscale: #D3D3D3. Windows color (decimal): -6558738 or 15657883. OLE color: 15657883.

HSL color Cylindrical-coordinate representation of color #9BEBEE: hue angle of 182.17º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEBEE is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 235 238 -
CMYK 0.35 0.01 0 0.07
HSL 182.17º 0.71% 0.77% -
HSV(B) 182.17º 0.35% 0.93% -
XYZ 58.66 72.56 91.8 -
YUV 211.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 155 235 238 0.35 0.01 0 0.07 182.17 0.71 0.77
Hex 9B EB EE 23 1 0 7 B6 47 4D
Octal 233 353 356 43 1 0 7 266 107 115
Binary 10011011 11101011 11101110 100011 1 0 111 10110110 1000111 1001101

Color Harmonies of #9BEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBEE

Black with #9BEBEE

Text Example


Text Example

White with #9BEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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