Html Css Color HEX #9CECD7 Ice Cold

📋 copy color: '#9CECD7'

red 156 ◦ green 236 ◦ blue 215

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

Shades of Ice Cold #9CECD7

Tints of Ice Cold #9CECD7

RGB

 RED value IS 156 (61.33% from 255) = 25.7%

 GREEN value IS 236 (92.58% from 255) = 38.88%

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 25.7%
G = 38.88%
B = 35.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#9CECD7 (or 0x9CECD7) is known color: Ice Cold. HEX triplet: 9C, EC and D7. RGB value is (156,236,215). Sum of RGB (Red+Green+Blue) = 156+236+215=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECD7 is #631328. Grayscale: #D1D1D1. Windows color (decimal): -6492969 or 14150812. OLE color: 14150812.

HSL color Cylindrical-coordinate representation of color #9CECD7: hue angle of 164.25º 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 #9CECD7 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 236 215 -
CMYK 0.34 0 0.09 0.07
HSL 164.25º 0.68% 0.77% -
HSV(B) 164.25º 0.34% 0.93% -
XYZ 55.97 71.97 75.23 -
YUV 209.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 156 236 215 0.34 0 0.09 0.07 164.25 0.68 0.77
Hex 9C EC D7 22 0 9 7 A4 44 4D
Octal 234 354 327 42 0 11 7 244 104 115
Binary 10011100 11101100 11010111 100010 0 1001 111 10100100 1000100 1001101

Color Harmonies of #9CECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CECD7

Black with #9CECD7

Text Example


Text Example

White with #9CECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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