Html Css Color HEX #9CECD8 Ice Cold

📋 copy color: '#9CECD8'

red 156 ◦ green 236 ◦ blue 216

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

Shades of Ice Cold #9CECD8

Tints of Ice Cold #9CECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.53%

R = 25.66%
G = 38.82%
B = 35.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9CECD8 (or 0x9CECD8) is known color: Ice Cold. HEX triplet: 9C, EC and D8. RGB value is (156,236,216). Sum of RGB (Red+Green+Blue) = 156+236+216=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECD8 is #631327. Grayscale: #D1D1D1. Windows color (decimal): -6492968 or 14216348. OLE color: 14216348.

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

Color convert

RGB 156 236 216 -
CMYK 0.34 0 0.08 0.07
HSL 165º 0.68% 0.77% -
HSV(B) 165º 0.34% 0.93% -
XYZ 56.1 72.02 75.91 -
YUV 209.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 156 236 216 0.34 0 0.08 0.07 165 0.68 0.77
Hex 9C EC D8 22 0 8 7 A5 44 4D
Octal 234 354 330 42 0 10 7 245 104 115
Binary 10011100 11101100 11011000 100010 0 1000 111 10100101 1000100 1001101

Color Harmonies of #9CECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CECD8

Black with #9CECD8

Text Example


Text Example

White with #9CECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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