Html Css Color HEX #9EEBEA Blizzard Blue

📋 copy color: '#9EEBEA'

red 158 ◦ green 235 ◦ blue 234

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

Shades of Blizzard Blue #9EEBEA

Tints of Blizzard Blue #9EEBEA

RGB

 RED value IS 158 (62.11% from 255) = 25.2%

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

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

R = 25.2%
G = 37.48%
B = 37.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#9EEBEA (or 0x9EEBEA) is known color: Blizzard Blue. HEX triplet: 9E, EB and EA. RGB value is (158,235,234). Sum of RGB (Red+Green+Blue) = 158+235+234=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBEA is #611415. Grayscale: #D3D3D3. Windows color (decimal): -6362134 or 15395742. OLE color: 15395742.

HSL color Cylindrical-coordinate representation of color #9EEBEA: hue angle of 179.22º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBEA is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 234 -
CMYK 0.33 0 0.00 0.08
HSL 179.22º 0.66% 0.77% -
HSV(B) 179.22º 0.33% 0.92% -
XYZ 58.66 72.63 88.77 -
YUV 211.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 158 235 234 0.33 0 0.00 0.08 179.22 0.66 0.77
Hex 9E EB EA 21 0 0 8 B3 42 4D
Octal 236 353 352 41 0 0 10 263 102 115
Binary 10011110 11101011 11101010 100001 0 0 1000 10110011 1000010 1001101

Color Harmonies of #9EEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBEA

Black with #9EEBEA

Text Example


Text Example

White with #9EEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,234); }

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

background-color css

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

 a { background-color: rgb(158,235,234); }

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

border-color css

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

 span { border-color: rgb(158,235,234); }

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