Html Css Color HEX #9FD8C4 Scandal

📋 copy color: '#9FD8C4'

red 159 ◦ green 216 ◦ blue 196

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

Shades of Scandal #9FD8C4

Tints of Scandal #9FD8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 27.85%
G = 37.83%
B = 34.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#9FD8C4 (or 0x9FD8C4) is known color: Scandal. HEX triplet: 9F, D8 and C4. RGB value is (159,216,196). Sum of RGB (Red+Green+Blue) = 159+216+196=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD8C4 is #60273B. Grayscale: #C4C4C4. Windows color (decimal): -6301500 or 12900511. OLE color: 12900511.

HSL color Cylindrical-coordinate representation of color #9FD8C4: hue angle of 158.95º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8C4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 196 -
CMYK 0.26 0 0.09 0.15
HSL 158.95º 0.42% 0.74% -
HSV(B) 158.95º 0.26% 0.85% -
XYZ 48.82 60.47 61.32 -
YUV 196.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 159 216 196 0.26 0 0.09 0.15 158.95 0.42 0.74
Hex 9F D8 C4 1A 0 9 F 9F 2A 4A
Octal 237 330 304 32 0 11 17 237 52 112
Binary 10011111 11011000 11000100 11010 0 1001 1111 10011111 101010 1001010

Color Harmonies of #9FD8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD8C4

Black with #9FD8C4

Text Example


Text Example

White with #9FD8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,216,196); }

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

background-color css

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

 a { background-color: rgb(159,216,196); }

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

border-color css

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

 span { border-color: rgb(159,216,196); }

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