Html Css Color HEX #9DE1CE Scandal

📋 copy color: '#9DE1CE'

red 157 ◦ green 225 ◦ blue 206

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

Shades of Scandal #9DE1CE

Tints of Scandal #9DE1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 26.7%
G = 38.27%
B = 35.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#9DE1CE (or 0x9DE1CE) is known color: Scandal. HEX triplet: 9D, E1 and CE. RGB value is (157,225,206). Sum of RGB (Red+Green+Blue) = 157+225+206=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1CE is #621E31. Grayscale: #CACACA. Windows color (decimal): -6430258 or 13558173. OLE color: 13558173.

HSL color Cylindrical-coordinate representation of color #9DE1CE: hue angle of 163.24º 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 #9DE1CE is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 206 -
CMYK 0.30 0 0.08 0.12
HSL 163.24º 0.53% 0.75% -
HSV(B) 163.24º 0.3% 0.88% -
XYZ 51.97 65.47 68.29 -
YUV 202.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 157 225 206 0.30 0 0.08 0.12 163.24 0.53 0.75
Hex 9D E1 CE 1E 0 8 C A3 35 4B
Octal 235 341 316 36 0 10 14 243 65 113
Binary 10011101 11100001 11001110 11110 0 1000 1100 10100011 110101 1001011

Color Harmonies of #9DE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1CE

Black with #9DE1CE

Text Example


Text Example

White with #9DE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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