Html Css Color HEX #9FE6E0 Blizzard Blue

📋 copy color: '#9FE6E0'

red 159 ◦ green 230 ◦ blue 224

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

Shades of Blizzard Blue #9FE6E0

Tints of Blizzard Blue #9FE6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 25.94%
G = 37.52%
B = 36.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#9FE6E0 (or 0x9FE6E0) is known color: Blizzard Blue. HEX triplet: 9F, E6 and E0. RGB value is (159,230,224). Sum of RGB (Red+Green+Blue) = 159+230+224=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE6E0 is #60191F. Grayscale: #D0D0D0. Windows color (decimal): -6297888 or 14739103. OLE color: 14739103.

HSL color Cylindrical-coordinate representation of color #9FE6E0: hue angle of 174.93º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6E0 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 230 224 -
CMYK 0.31 0 0.03 0.10
HSL 174.93º 0.59% 0.76% -
HSV(B) 174.93º 0.31% 0.9% -
XYZ 56.05 69.35 80.95 -
YUV 208.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 159 230 224 0.31 0 0.03 0.10 174.93 0.59 0.76
Hex 9F E6 E0 1F 0 3 A AF 3B 4C
Octal 237 346 340 37 0 3 12 257 73 114
Binary 10011111 11100110 11100000 11111 0 11 1010 10101111 111011 1001100

Color Harmonies of #9FE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE6E0

Black with #9FE6E0

Text Example


Text Example

White with #9FE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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