Html Css Color HEX #9BECFC Blizzard Blue

📋 copy color: '#9BECFC'

red 155 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #9BECFC

Tints of Blizzard Blue #9BECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.7%

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 24.11%
G = 36.7%
B = 39.19%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BECFC (or 0x9BECFC) is known color: Blizzard Blue. HEX triplet: 9B, EC and FC. RGB value is (155,236,252). Sum of RGB (Red+Green+Blue) = 155+236+252=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECFC is #641303. Grayscale: #D5D5D5. Windows color (decimal): -6558468 or 16575643. OLE color: 16575643.

HSL color Cylindrical-coordinate representation of color #9BECFC: hue angle of 189.9º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BECFC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 236 252 -
CMYK 0.38 0.06 0 0.01
HSL 189.9º 0.94% 0.8% -
HSV(B) 189.9º 0.38% 0.99% -
XYZ 61.08 73.99 103.16 -
YUV 213.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 155 236 252 0.38 0.06 0 0.01 189.9 0.94 0.8
Hex 9B EC FC 26 6 0 1 BE 5E 50
Octal 233 354 374 46 6 0 1 276 136 120
Binary 10011011 11101100 11111100 100110 110 0 1 10111110 1011110 1010000

Color Harmonies of #9BECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECFC

Black with #9BECFC

Text Example


Text Example

White with #9BECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,236,252); }

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

background-color css

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

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

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

border-color css

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

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

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