Html Css Color HEX #9BEEFC Blizzard Blue

📋 copy color: '#9BEEFC'

red 155 ◦ green 238 ◦ blue 252

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

Shades of Blizzard Blue #9BEEFC

Tints of Blizzard Blue #9BEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.9%

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

R = 24.03%
G = 36.9%
B = 39.07%

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

#9BEEFC (or 0x9BEEFC) is known color: Blizzard Blue. HEX triplet: 9B, EE and FC. RGB value is (155,238,252). Sum of RGB (Red+Green+Blue) = 155+238+252=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEFC is #641103. Grayscale: #D6D6D6. Windows color (decimal): -6557956 or 16576155. OLE color: 16576155.

HSL color Cylindrical-coordinate representation of color #9BEEFC: hue angle of 188.66º 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 #9BEEFC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 238 252 -
CMYK 0.38 0.06 0 0.01
HSL 188.66º 0.94% 0.8% -
HSV(B) 188.66º 0.38% 0.99% -
XYZ 61.66 75.15 103.35 -
YUV 214.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 155 238 252 0.38 0.06 0 0.01 188.66 0.94 0.8
Hex 9B EE FC 26 6 0 1 BD 5E 50
Octal 233 356 374 46 6 0 1 275 136 120
Binary 10011011 11101110 11111100 100110 110 0 1 10111101 1011110 1010000

Color Harmonies of #9BEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEEFC

Black with #9BEEFC

Text Example


Text Example

White with #9BEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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