Html Css Color HEX #9DE7DF Ice Cold

📋 copy color: '#9DE7DF'

red 157 ◦ green 231 ◦ blue 223

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

Shades of Ice Cold #9DE7DF

Tints of Ice Cold #9DE7DF

RGB

 RED value IS 157 (61.72% from 255) = 25.7%

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 25.7%
G = 37.81%
B = 36.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#9DE7DF (or 0x9DE7DF) is known color: Ice Cold. HEX triplet: 9D, E7 and DF. RGB value is (157,231,223). Sum of RGB (Red+Green+Blue) = 157+231+223=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE7DF is #621820. Grayscale: #CFCFCF. Windows color (decimal): -6428705 or 14673821. OLE color: 14673821.

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

Color convert

RGB 157 231 223 -
CMYK 0.32 0 0.03 0.09
HSL 173.51º 0.61% 0.76% -
HSV(B) 173.51º 0.32% 0.91% -
XYZ 55.8 69.65 80.31 -
YUV 207.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 157 231 223 0.32 0 0.03 0.09 173.51 0.61 0.76
Hex 9D E7 DF 20 0 3 9 AE 3D 4C
Octal 235 347 337 40 0 3 11 256 75 114
Binary 10011101 11100111 11011111 100000 0 11 1001 10101110 111101 1001100

Color Harmonies of #9DE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE7DF

Black with #9DE7DF

Text Example


Text Example

White with #9DE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,231,223); }

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

background-color css

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

 a { background-color: rgb(157,231,223); }

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

border-color css

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

 span { border-color: rgb(157,231,223); }

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