Html Css Color HEX #9CEDDD Ice Cold

📋 copy color: '#9CEDDD'

red 156 ◦ green 237 ◦ blue 221

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

Shades of Ice Cold #9CEDDD

Tints of Ice Cold #9CEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.6%

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 25.41%
G = 38.6%
B = 35.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#9CEDDD (or 0x9CEDDD) is known color: Ice Cold. HEX triplet: 9C, ED and DD. RGB value is (156,237,221). Sum of RGB (Red+Green+Blue) = 156+237+221=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDDD is #631222. Grayscale: #D2D2D2. Windows color (decimal): -6492707 or 14544284. OLE color: 14544284.

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

Color convert

RGB 156 237 221 -
CMYK 0.34 0 0.07 0.07
HSL 168.15º 0.69% 0.77% -
HSV(B) 168.15º 0.34% 0.93% -
XYZ 57.05 72.86 79.46 -
YUV 210.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 156 237 221 0.34 0 0.07 0.07 168.15 0.69 0.77
Hex 9C ED DD 22 0 7 7 A8 45 4D
Octal 234 355 335 42 0 7 7 250 105 115
Binary 10011100 11101101 11011101 100010 0 111 111 10101000 1000101 1001101

Color Harmonies of #9CEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEDDD

Black with #9CEDDD

Text Example


Text Example

White with #9CEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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