Html Css Color HEX #9EDBC5 Scandal

📋 copy color: '#9EDBC5'

red 158 ◦ green 219 ◦ blue 197

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

Shades of Scandal #9EDBC5

Tints of Scandal #9EDBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

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

R = 27.53%
G = 38.15%
B = 34.32%

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

#9EDBC5 (or 0x9EDBC5) is known color: Scandal. HEX triplet: 9E, DB and C5. RGB value is (158,219,197). Sum of RGB (Red+Green+Blue) = 158+219+197=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBC5 is #61243A. Grayscale: #C6C6C6. Windows color (decimal): -6366267 or 12966814. OLE color: 12966814.

HSL color Cylindrical-coordinate representation of color #9EDBC5: hue angle of 158.36º degrees, saturation: 0.46, 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 #9EDBC5 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 197 -
CMYK 0.28 0 0.10 0.14
HSL 158.36º 0.46% 0.74% -
HSV(B) 158.36º 0.28% 0.86% -
XYZ 49.51 61.96 62.17 -
YUV 198.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 158 219 197 0.28 0 0.10 0.14 158.36 0.46 0.74
Hex 9E DB C5 1C 0 A E 9E 2E 4A
Octal 236 333 305 34 0 12 16 236 56 112
Binary 10011110 11011011 11000101 11100 0 1010 1110 10011110 101110 1001010

Color Harmonies of #9EDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBC5

Black with #9EDBC5

Text Example


Text Example

White with #9EDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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