#9CECDD

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

Shades of Ice Cold #9CECDD

Tints of Ice Cold #9CECDD

Color information

#9CECDD (or 0x9CECDD) is unknown color: approx Ice Cold. HEX triplet: 9C, EC and DD. RGB value is (156,236,221). Sum of RGB (Red+Green+Blue) = 156+236+221=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECDD is #631322. Grayscale: #D2D2D2. Windows color (decimal): -6492963 or 14544028. OLE color: 14544028.

HSL color Cylindrical-coordinate representation of color #9CECDD: hue angle of 168.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECDD is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB156236221-
CMYK0.3400.060.07
HSL168.75º67.8%76.86%-
HSV(B)168.75º33.9%92.55%-
XYZ56.7672.2879.37-
YUV210.3713489.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.45%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=25.45%
G=38.50%
B=36.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562362210.3400.060.07168.7567.876.86
Hex9CECDD22067a9444d
Octal23435433542067251104115
Binary10011100111011001101110110001001101111010100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,236,221); }

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

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

 a { background-color: rgb(156,236,221); }

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

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

 span { border-color: rgb(156,236,221); }

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