#9CEFDC

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

Shades of Ice Cold #9CEFDC

Tints of Ice Cold #9CEFDC

Color information

#9CEFDC (or 0x9CEFDC) is unknown color: approx Ice Cold. HEX triplet: 9C, EF and DC. RGB value is (156,239,220). Sum of RGB (Red+Green+Blue) = 156+239+220=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEFDC is #631023. Grayscale: #D4D4D4. Windows color (decimal): -6492196 or 14479260. OLE color: 14479260.

HSL color Cylindrical-coordinate representation of color #9CEFDC: hue angle of 166.27º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFDC is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB156239220-
CMYK0.3500.080.06
HSL166.27º72.17%77.45%-
HSV(B)166.27º34.73%93.73%-
XYZ57.573.9778.96-
YUV212.02132.588.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.37%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=25.37%
G=38.86%
B=35.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562392200.3500.080.06166.2772.1777.45
Hex9CEFDC23086a6484d
Octal234357334430106246110115
Binary100111001110111111011100100011010001101010011010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,239,220); }

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

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

 a { background-color: rgb(156,239,220); }

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

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

 span { border-color: rgb(156,239,220); }

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