Html Css Color HEX #9DEEDF Ice Cold

📋 copy color: '#9DEEDF'

red 157 ◦ green 238 ◦ blue 223

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

Shades of Ice Cold #9DEEDF

Tints of Ice Cold #9DEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.51%

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 25.4%
G = 38.51%
B = 36.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#9DEEDF (or 0x9DEEDF) is known color: Ice Cold. HEX triplet: 9D, EE and DF. RGB value is (157,238,223). Sum of RGB (Red+Green+Blue) = 157+238+223=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEEDF is #621120. Grayscale: #D4D4D4. Windows color (decimal): -6426913 or 14675613. OLE color: 14675613.

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

Color convert

RGB 157 238 223 -
CMYK 0.34 0 0.06 0.07
HSL 168.89º 0.7% 0.77% -
HSV(B) 168.89º 0.34% 0.93% -
XYZ 57.8 73.64 80.98 -
YUV 212.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 157 238 223 0.34 0 0.06 0.07 168.89 0.7 0.77
Hex 9D EE DF 22 0 6 7 A9 46 4D
Octal 235 356 337 42 0 6 7 251 106 115
Binary 10011101 11101110 11011111 100010 0 110 111 10101001 1000110 1001101

Color Harmonies of #9DEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEDF

Black with #9DEEDF

Text Example


Text Example

White with #9DEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,238,223); }

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

background-color css

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

 a { background-color: rgb(157,238,223); }

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

border-color css

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

 span { border-color: rgb(157,238,223); }

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