Html Css Color HEX #9EDCC5 Scandal

📋 copy color: '#9EDCC5'

red 158 ◦ green 220 ◦ blue 197

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

Shades of Scandal #9EDCC5

Tints of Scandal #9EDCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 197 (77.34% from 255) = 34.26%

R = 27.48%
G = 38.26%
B = 34.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#9EDCC5 (or 0x9EDCC5) is known color: Scandal. HEX triplet: 9E, DC and C5. RGB value is (158,220,197). Sum of RGB (Red+Green+Blue) = 158+220+197=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCC5 is #61233A. Grayscale: #C6C6C6. Windows color (decimal): -6366011 or 12967070. OLE color: 12967070.

HSL color Cylindrical-coordinate representation of color #9EDCC5: hue angle of 157.74º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 197 -
CMYK 0.28 0 0.10 0.14
HSL 157.74º 0.47% 0.74% -
HSV(B) 157.74º 0.28% 0.86% -
XYZ 49.77 62.49 62.26 -
YUV 198.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 158 220 197 0.28 0 0.10 0.14 157.74 0.47 0.74
Hex 9E DC C5 1C 0 A E 9E 2F 4A
Octal 236 334 305 34 0 12 16 236 57 112
Binary 10011110 11011100 11000101 11100 0 1010 1110 10011110 101111 1001010

Color Harmonies of #9EDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCC5

Black with #9EDCC5

Text Example


Text Example

White with #9EDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,197); }

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

background-color css

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

 a { background-color: rgb(158,220,197); }

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

border-color css

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

 span { border-color: rgb(158,220,197); }

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