Html Css Color HEX #9FE7DD Ice Cold

📋 copy color: '#9FE7DD'

red 159 ◦ green 231 ◦ blue 221

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

Shades of Ice Cold #9FE7DD

Tints of Ice Cold #9FE7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 26.02%
G = 37.81%
B = 36.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#9FE7DD (or 0x9FE7DD) is known color: Ice Cold. HEX triplet: 9F, E7 and DD. RGB value is (159,231,221). Sum of RGB (Red+Green+Blue) = 159+231+221=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE7DD is #601822. Grayscale: #D0D0D0. Windows color (decimal): -6297635 or 14542751. OLE color: 14542751.

HSL color Cylindrical-coordinate representation of color #9FE7DD: hue angle of 171.67º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE7DD is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 231 221 -
CMYK 0.31 0 0.04 0.09
HSL 171.67º 0.6% 0.76% -
HSV(B) 171.67º 0.31% 0.91% -
XYZ 55.93 69.74 78.92 -
YUV 208.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 159 231 221 0.31 0 0.04 0.09 171.67 0.6 0.76
Hex 9F E7 DD 1F 0 4 9 AC 3C 4C
Octal 237 347 335 37 0 4 11 254 74 114
Binary 10011111 11100111 11011101 11111 0 100 1001 10101100 111100 1001100

Color Harmonies of #9FE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE7DD

Black with #9FE7DD

Text Example


Text Example

White with #9FE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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