Html Css Color HEX #9FE9E6 Blizzard Blue

📋 copy color: '#9FE9E6'

red 159 ◦ green 233 ◦ blue 230

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

Shades of Blizzard Blue #9FE9E6

Tints of Blizzard Blue #9FE9E6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.46%

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 25.56%
G = 37.46%
B = 36.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#9FE9E6 (or 0x9FE9E6) is known color: Blizzard Blue. HEX triplet: 9F, E9 and E6. RGB value is (159,233,230). Sum of RGB (Red+Green+Blue) = 159+233+230=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE9E6 is #601619. Grayscale: #D2D2D2. Windows color (decimal): -6297114 or 15133087. OLE color: 15133087.

HSL color Cylindrical-coordinate representation of color #9FE9E6: hue angle of 177.57º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9E6 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 230 -
CMYK 0.32 0 0.01 0.09
HSL 177.57º 0.63% 0.77% -
HSV(B) 177.57º 0.32% 0.91% -
XYZ 57.72 71.36 85.59 -
YUV 210.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 159 233 230 0.32 0 0.01 0.09 177.57 0.63 0.77
Hex 9F E9 E6 20 0 1 9 B2 3F 4D
Octal 237 351 346 40 0 1 11 262 77 115
Binary 10011111 11101001 11100110 100000 0 1 1001 10110010 111111 1001101

Color Harmonies of #9FE9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE9E6

Black with #9FE9E6

Text Example


Text Example

White with #9FE9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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