Html Css Color HEX #9FE7EF Blizzard Blue

📋 copy color: '#9FE7EF'

red 159 ◦ green 231 ◦ blue 239

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

Shades of Blizzard Blue #9FE7EF

Tints of Blizzard Blue #9FE7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.72%

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

R = 25.28%
G = 36.72%
B = 38%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9FE7EF (or 0x9FE7EF) is known color: Blizzard Blue. HEX triplet: 9F, E7 and EF. RGB value is (159,231,239). Sum of RGB (Red+Green+Blue) = 159+231+239=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE7EF is #601810. Grayscale: #D2D2D2. Windows color (decimal): -6297617 or 15722399. OLE color: 15722399.

HSL color Cylindrical-coordinate representation of color #9FE7EF: hue angle of 186º 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 #9FE7EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 231 239 -
CMYK 0.33 0.03 0 0.06
HSL 186º 0.71% 0.78% -
HSV(B) 186º 0.33% 0.94% -
XYZ 58.45 70.75 92.24 -
YUV 210.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 159 231 239 0.33 0.03 0 0.06 186 0.71 0.78
Hex 9F E7 EF 21 3 0 6 BA 47 4E
Octal 237 347 357 41 3 0 6 272 107 116
Binary 10011111 11100111 11101111 100001 11 0 110 10111010 1000111 1001110

Color Harmonies of #9FE7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE7EF

Black with #9FE7EF

Text Example


Text Example

White with #9FE7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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