Html Css Color HEX #9FEBEB Blizzard Blue

📋 copy color: '#9FEBEB'

red 159 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #9FEBEB

Tints of Blizzard Blue #9FEBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.36%

R = 25.28%
G = 37.36%
B = 37.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FEBEB (or 0x9FEBEB) is known color: Blizzard Blue. HEX triplet: 9F, EB and EB. RGB value is (159,235,235). Sum of RGB (Red+Green+Blue) = 159+235+235=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #9FEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBEB is #601414. Grayscale: #D4D4D4. Windows color (decimal): -6296597 or 15461279. OLE color: 15461279.

HSL color Cylindrical-coordinate representation of color #9FEBEB: hue angle of 180º 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 #9FEBEB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 235 -
CMYK 0.32 0 0 0.08
HSL 180º 0.66% 0.77% -
HSV(B) 180º 0.32% 0.92% -
XYZ 59 72.79 89.54 -
YUV 212.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 159 235 235 0.32 0 0 0.08 180 0.66 0.77
Hex 9F EB EB 20 0 0 8 B4 42 4D
Octal 237 353 353 40 0 0 10 264 102 115
Binary 10011111 11101011 11101011 100000 0 0 1000 10110100 1000010 1001101

Color Harmonies of #9FEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBEB

Black with #9FEBEB

Text Example


Text Example

White with #9FEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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