Html Css Color HEX #9FDEC9 Scandal

📋 copy color: '#9FDEC9'

red 159 ◦ green 222 ◦ blue 201

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

Shades of Scandal #9FDEC9

Tints of Scandal #9FDEC9

RGB

 RED value IS 159 (62.5% from 255) = 27.32%

 GREEN value IS 222 (87.11% from 255) = 38.14%

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

R = 27.32%
G = 38.14%
B = 34.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9FDEC9 (or 0x9FDEC9) is known color: Scandal. HEX triplet: 9F, DE and C9. RGB value is (159,222,201). Sum of RGB (Red+Green+Blue) = 159+222+201=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEC9 is #602136. Grayscale: #C8C8C8. Windows color (decimal): -6299959 or 13229727. OLE color: 13229727.

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

Color convert

RGB 159 222 201 -
CMYK 0.28 0 0.09 0.13
HSL 160º 0.49% 0.75% -
HSV(B) 160º 0.28% 0.87% -
XYZ 50.96 63.83 64.89 -
YUV 200.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 159 222 201 0.28 0 0.09 0.13 160 0.49 0.75
Hex 9F DE C9 1C 0 9 D A0 31 4B
Octal 237 336 311 34 0 11 15 240 61 113
Binary 10011111 11011110 11001001 11100 0 1001 1101 10100000 110001 1001011

Color Harmonies of #9FDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEC9

Black with #9FDEC9

Text Example


Text Example

White with #9FDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,222,201); }

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

background-color css

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

 a { background-color: rgb(159,222,201); }

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

border-color css

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

 span { border-color: rgb(159,222,201); }

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