Html Css Color HEX #9ED8C6 Scandal

📋 copy color: '#9ED8C6'

red 158 ◦ green 216 ◦ blue 198

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

Shades of Scandal #9ED8C6

Tints of Scandal #9ED8C6

RGB

 RED value IS 158 (62.11% from 255) = 27.62%

 GREEN value IS 216 (84.77% from 255) = 37.76%

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 27.62%
G = 37.76%
B = 34.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#9ED8C6 (or 0x9ED8C6) is known color: Scandal. HEX triplet: 9E, D8 and C6. RGB value is (158,216,198). Sum of RGB (Red+Green+Blue) = 158+216+198=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8C6 is #612739. Grayscale: #C4C4C4. Windows color (decimal): -6367034 or 13031582. OLE color: 13031582.

HSL color Cylindrical-coordinate representation of color #9ED8C6: hue angle of 161.38º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8C6 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 198 -
CMYK 0.27 0 0.08 0.15
HSL 161.38º 0.43% 0.73% -
HSV(B) 161.38º 0.27% 0.85% -
XYZ 48.85 60.46 62.52 -
YUV 196.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 158 216 198 0.27 0 0.08 0.15 161.38 0.43 0.73
Hex 9E D8 C6 1B 0 8 F A1 2B 49
Octal 236 330 306 33 0 10 17 241 53 111
Binary 10011110 11011000 11000110 11011 0 1000 1111 10100001 101011 1001001

Color Harmonies of #9ED8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED8C6

Black with #9ED8C6

Text Example


Text Example

White with #9ED8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,198); }

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

background-color css

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

 a { background-color: rgb(158,216,198); }

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

border-color css

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

 span { border-color: rgb(158,216,198); }

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