Html Css Color HEX #9DE1D1 Scandal

📋 copy color: '#9DE1D1'

red 157 ◦ green 225 ◦ blue 209

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

Shades of Scandal #9DE1D1

Tints of Scandal #9DE1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.07%

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 26.57%
G = 38.07%
B = 35.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#9DE1D1 (or 0x9DE1D1) is known color: Scandal. HEX triplet: 9D, E1 and D1. RGB value is (157,225,209). Sum of RGB (Red+Green+Blue) = 157+225+209=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1D1 is #621E2E. Grayscale: #CACACA. Windows color (decimal): -6430255 or 13754781. OLE color: 13754781.

HSL color Cylindrical-coordinate representation of color #9DE1D1: hue angle of 165.88º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1D1 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 209 -
CMYK 0.30 0 0.07 0.12
HSL 165.88º 0.53% 0.75% -
HSV(B) 165.88º 0.3% 0.88% -
XYZ 52.34 65.62 70.23 -
YUV 202.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 157 225 209 0.30 0 0.07 0.12 165.88 0.53 0.75
Hex 9D E1 D1 1E 0 7 C A6 35 4B
Octal 235 341 321 36 0 7 14 246 65 113
Binary 10011101 11100001 11010001 11110 0 111 1100 10100110 110101 1001011

Color Harmonies of #9DE1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1D1

Black with #9DE1D1

Text Example


Text Example

White with #9DE1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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