Html Css Color HEX #9FE6EF Blizzard Blue

📋 copy color: '#9FE6EF'

red 159 ◦ green 230 ◦ blue 239

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

Shades of Blizzard Blue #9FE6EF

Tints of Blizzard Blue #9FE6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.62%

 BLUE value IS 239 (93.75% from 255) = 38.06%

R = 25.32%
G = 36.62%
B = 38.06%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FE6EF (or 0x9FE6EF) is known color: Blizzard Blue. HEX triplet: 9F, E6 and EF. RGB value is (159,230,239). Sum of RGB (Red+Green+Blue) = 159+230+239=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6EF is #601910. Grayscale: #D1D1D1. Windows color (decimal): -6297873 or 15722143. OLE color: 15722143.

HSL color Cylindrical-coordinate representation of color #9FE6EF: hue angle of 186.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE6EF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 230 239 -
CMYK 0.33 0.04 0 0.06
HSL 186.75º 0.71% 0.78% -
HSV(B) 186.75º 0.33% 0.94% -
XYZ 58.17 70.2 92.14 -
YUV 209.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 159 230 239 0.33 0.04 0 0.06 186.75 0.71 0.78
Hex 9F E6 EF 21 4 0 6 BB 47 4E
Octal 237 346 357 41 4 0 6 273 107 116
Binary 10011111 11100110 11101111 100001 100 0 110 10111011 1000111 1001110

Color Harmonies of #9FE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE6EF

Black with #9FE6EF

Text Example


Text Example

White with #9FE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,230,239); }

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

background-color css

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

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

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

border-color css

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

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

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