Html Css Color HEX #9DECD6 Magic Mint

📋 copy color: '#9DECD6'

red 157 ◦ green 236 ◦ blue 214

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

Shades of Magic Mint #9DECD6

Tints of Magic Mint #9DECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.26%

R = 25.86%
G = 38.88%
B = 35.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#9DECD6 (or 0x9DECD6) is known color: Magic Mint. HEX triplet: 9D, EC and D6. RGB value is (157,236,214). Sum of RGB (Red+Green+Blue) = 157+236+214=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECD6 is #621329. Grayscale: #D1D1D1. Windows color (decimal): -6427434 or 14085277. OLE color: 14085277.

HSL color Cylindrical-coordinate representation of color #9DECD6: hue angle of 163.29º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECD6 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 214 -
CMYK 0.33 0 0.09 0.07
HSL 163.29º 0.68% 0.77% -
HSV(B) 163.29º 0.33% 0.93% -
XYZ 56.04 72.01 74.56 -
YUV 209.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 157 236 214 0.33 0 0.09 0.07 163.29 0.68 0.77
Hex 9D EC D6 21 0 9 7 A3 44 4D
Octal 235 354 326 41 0 11 7 243 104 115
Binary 10011101 11101100 11010110 100001 0 1001 111 10100011 1000100 1001101

Color Harmonies of #9DECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECD6

Black with #9DECD6

Text Example


Text Example

White with #9DECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,214); }

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

background-color css

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

 a { background-color: rgb(157,236,214); }

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

border-color css

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

 span { border-color: rgb(157,236,214); }

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