Html Css Color HEX #9BE1EA Blizzard Blue

📋 copy color: '#9BE1EA'

red 155 ◦ green 225 ◦ blue 234

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

Shades of Blizzard Blue #9BE1EA

Tints of Blizzard Blue #9BE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 25.24%
G = 36.64%
B = 38.11%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BE1EA (or 0x9BE1EA) is known color: Blizzard Blue. HEX triplet: 9B, E1 and EA. RGB value is (155,225,234). Sum of RGB (Red+Green+Blue) = 155+225+234=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BE1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1EA is #641E15. Grayscale: #CCCCCC. Windows color (decimal): -6561302 or 15393179. OLE color: 15393179.

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

Color convert

RGB 155 225 234 -
CMYK 0.34 0.04 0 0.08
HSL 186.84º 0.65% 0.76% -
HSV(B) 186.84º 0.34% 0.92% -
XYZ 55.29 66.76 87.81 -
YUV 205.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 155 225 234 0.34 0.04 0 0.08 186.84 0.65 0.76
Hex 9B E1 EA 22 4 0 8 BB 41 4C
Octal 233 341 352 42 4 0 10 273 101 114
Binary 10011011 11100001 11101010 100010 100 0 1000 10111011 1000001 1001100

Color Harmonies of #9BE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE1EA

Black with #9BE1EA

Text Example


Text Example

White with #9BE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,234); }

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

background-color css

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

 a { background-color: rgb(155,225,234); }

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

border-color css

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

 span { border-color: rgb(155,225,234); }

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