Html Css Color HEX #9DEDE1 Ice Cold

📋 copy color: '#9DEDE1'

red 157 ◦ green 237 ◦ blue 225

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

Shades of Ice Cold #9DEDE1

Tints of Ice Cold #9DEDE1

RGB

 RED value IS 157 (61.72% from 255) = 25.36%

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

 BLUE value IS 225 (88.28% from 255) = 36.35%

R = 25.36%
G = 38.29%
B = 36.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#9DEDE1 (or 0x9DEDE1) is known color: Ice Cold. HEX triplet: 9D, ED and E1. RGB value is (157,237,225). Sum of RGB (Red+Green+Blue) = 157+237+225=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDE1 is #62121E. Grayscale: #D3D3D3. Windows color (decimal): -6427167 or 14806429. OLE color: 14806429.

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

Color convert

RGB 157 237 225 -
CMYK 0.34 0 0.05 0.07
HSL 171º 0.69% 0.77% -
HSV(B) 171º 0.34% 0.93% -
XYZ 57.78 73.17 82.31 -
YUV 211.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 157 237 225 0.34 0 0.05 0.07 171 0.69 0.77
Hex 9D ED E1 22 0 5 7 AB 45 4D
Octal 235 355 341 42 0 5 7 253 105 115
Binary 10011101 11101101 11100001 100010 0 101 111 10101011 1000101 1001101

Color Harmonies of #9DEDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEDE1

Black with #9DEDE1

Text Example


Text Example

White with #9DEDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,237,225); }

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

background-color css

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

 a { background-color: rgb(157,237,225); }

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

border-color css

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

 span { border-color: rgb(157,237,225); }

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