Html Css Color HEX #9EDFC9 Scandal

📋 copy color: '#9EDFC9'

red 158 ◦ green 223 ◦ blue 201

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

Shades of Scandal #9EDFC9

Tints of Scandal #9EDFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.32%

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 27.15%
G = 38.32%
B = 34.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#9EDFC9 (or 0x9EDFC9) is known color: Scandal. HEX triplet: 9E, DF and C9. RGB value is (158,223,201). Sum of RGB (Red+Green+Blue) = 158+223+201=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFC9 is #612036. Grayscale: #C9C9C9. Windows color (decimal): -6365239 or 13229982. OLE color: 13229982.

HSL color Cylindrical-coordinate representation of color #9EDFC9: hue angle of 159.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFC9 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 201 -
CMYK 0.29 0 0.10 0.13
HSL 159.69º 0.5% 0.75% -
HSV(B) 159.69º 0.29% 0.87% -
XYZ 51.03 64.26 64.97 -
YUV 201.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 158 223 201 0.29 0 0.10 0.13 159.69 0.5 0.75
Hex 9E DF C9 1D 0 A D A0 32 4B
Octal 236 337 311 35 0 12 15 240 62 113
Binary 10011110 11011111 11001001 11101 0 1010 1101 10100000 110010 1001011

Color Harmonies of #9EDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFC9

Black with #9EDFC9

Text Example


Text Example

White with #9EDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,201); }

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

background-color css

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

 a { background-color: rgb(158,223,201); }

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

border-color css

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

 span { border-color: rgb(158,223,201); }

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