#9DE4CF

Color #9DE4CF Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9DE4CF

Tints of Ice Cold #9DE4CF

Color information

#9DE4CF (or 0x9DE4CF) is unknown color: approx Ice Cold. HEX triplet: 9D, E4 and CF. RGB value is (157,228,207). Sum of RGB (Red+Green+Blue) = 157+228+207=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4CF is #621B30. Grayscale: #CCCCCC. Windows color (decimal): -6429489 or 13624477. OLE color: 13624477.

HSL color Cylindrical-coordinate representation of color #9DE4CF: hue angle of 162.25º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4CF is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB157228207-
CMYK0.3100.090.11
HSL162.25º56.8%75.49%-
HSV(B)162.25º31.14%89.41%-
XYZ52.9167.1669.21-
YUV204.38129.4894.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.52%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=26.52%
G=38.51%
B=34.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572282070.3100.090.11162.2556.875.49
Hex9DE4CF1F09Ba2394b
Octal235344317370111324271113
Binary10011101111001001100111111111010011011101000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,228,207); }

 H1.HeaderClassName
 {
   color: #9DE4CF;
 }
 .AnyTagClassName
 {
   color: #9DE4CF;
 }
</style>
background-color css

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

 a { background-color: rgb(157,228,207); }

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

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

 span { border-color: rgb(157,228,207); }

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