Html Css Color HEX #9BEBF2 Blizzard Blue

📋 copy color: '#9BEBF2'

red 155 ◦ green 235 ◦ blue 242

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

Shades of Blizzard Blue #9BEBF2

Tints of Blizzard Blue #9BEBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 24.53%
G = 37.18%
B = 38.29%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BEBF2 (or 0x9BEBF2) is known color: Blizzard Blue. HEX triplet: 9B, EB and F2. RGB value is (155,235,242). Sum of RGB (Red+Green+Blue) = 155+235+242=632 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.53% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBF2 is #64140D. Grayscale: #D3D3D3. Windows color (decimal): -6558734 or 15920027. OLE color: 15920027.

HSL color Cylindrical-coordinate representation of color #9BEBF2: hue angle of 184.83º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BEBF2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 235 242 -
CMYK 0.36 0.03 0 0.05
HSL 184.83º 0.77% 0.78% -
HSV(B) 184.83º 0.36% 0.95% -
XYZ 59.25 72.8 94.93 -
YUV 211.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 155 235 242 0.36 0.03 0 0.05 184.83 0.77 0.78
Hex 9B EB F2 24 3 0 5 B9 4D 4E
Octal 233 353 362 44 3 0 5 271 115 116
Binary 10011011 11101011 11110010 100100 11 0 101 10111001 1001101 1001110

Color Harmonies of #9BEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEBF2

Black with #9BEBF2

Text Example


Text Example

White with #9BEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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