Html Css Color HEX #9BEBE7 Blizzard Blue

📋 copy color: '#9BEBE7'

red 155 ◦ green 235 ◦ blue 231

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

Shades of Blizzard Blue #9BEBE7

Tints of Blizzard Blue #9BEBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.2%

R = 24.96%
G = 37.84%
B = 37.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#9BEBE7 (or 0x9BEBE7) is known color: Blizzard Blue. HEX triplet: 9B, EB and E7. RGB value is (155,235,231). Sum of RGB (Red+Green+Blue) = 155+235+231=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBE7 is #641418. Grayscale: #D2D2D2. Windows color (decimal): -6558745 or 15199131. OLE color: 15199131.

HSL color Cylindrical-coordinate representation of color #9BEBE7: hue angle of 177º 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 #9BEBE7 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 235 231 -
CMYK 0.34 0 0.02 0.08
HSL 177º 0.67% 0.76% -
HSV(B) 177º 0.34% 0.92% -
XYZ 57.65 72.15 86.49 -
YUV 210.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 155 235 231 0.34 0 0.02 0.08 177 0.67 0.76
Hex 9B EB E7 22 0 2 8 B1 43 4C
Octal 233 353 347 42 0 2 10 261 103 114
Binary 10011011 11101011 11100111 100010 0 10 1000 10110001 1000011 1001100

Color Harmonies of #9BEBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBE7

Black with #9BEBE7

Text Example


Text Example

White with #9BEBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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