Html Css Color HEX #9FEBEA Blizzard Blue

📋 copy color: '#9FEBEA'

red 159 ◦ green 235 ◦ blue 234

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

Shades of Blizzard Blue #9FEBEA

Tints of Blizzard Blue #9FEBEA

RGB

 RED value IS 159 (62.5% from 255) = 25.32%

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

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

R = 25.32%
G = 37.42%
B = 37.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#9FEBEA (or 0x9FEBEA) is known color: Blizzard Blue. HEX triplet: 9F, EB and EA. RGB value is (159,235,234). Sum of RGB (Red+Green+Blue) = 159+235+234=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBEA is #601415. Grayscale: #D4D4D4. Windows color (decimal): -6296598 or 15395743. OLE color: 15395743.

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

Color convert

RGB 159 235 234 -
CMYK 0.32 0 0.00 0.08
HSL 179.21º 0.66% 0.77% -
HSV(B) 179.21º 0.32% 0.92% -
XYZ 58.86 72.73 88.78 -
YUV 212.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 159 235 234 0.32 0 0.00 0.08 179.21 0.66 0.77
Hex 9F EB EA 20 0 0 8 B3 42 4D
Octal 237 353 352 40 0 0 10 263 102 115
Binary 10011111 11101011 11101010 100000 0 0 1000 10110011 1000010 1001101

Color Harmonies of #9FEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBEA

Black with #9FEBEA

Text Example


Text Example

White with #9FEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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