Html Css Color HEX #9FDFCC Scandal

📋 copy color: '#9FDFCC'

red 159 ◦ green 223 ◦ blue 204

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

Shades of Scandal #9FDFCC

Tints of Scandal #9FDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 27.13%
G = 38.05%
B = 34.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9FDFCC (or 0x9FDFCC) is known color: Scandal. HEX triplet: 9F, DF and CC. RGB value is (159,223,204). Sum of RGB (Red+Green+Blue) = 159+223+204=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFCC is #602033. Grayscale: #C9C9C9. Windows color (decimal): -6299700 or 13426591. OLE color: 13426591.

HSL color Cylindrical-coordinate representation of color #9FDFCC: hue angle of 162.19º 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 #9FDFCC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 204 -
CMYK 0.29 0 0.09 0.13
HSL 162.19º 0.5% 0.75% -
HSV(B) 162.19º 0.29% 0.87% -
XYZ 51.58 64.51 66.86 -
YUV 201.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 159 223 204 0.29 0 0.09 0.13 162.19 0.5 0.75
Hex 9F DF CC 1D 0 9 D A2 32 4B
Octal 237 337 314 35 0 11 15 242 62 113
Binary 10011111 11011111 11001100 11101 0 1001 1101 10100010 110010 1001011

Color Harmonies of #9FDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFCC

Black with #9FDFCC

Text Example


Text Example

White with #9FDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,204); }

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

background-color css

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

 a { background-color: rgb(159,223,204); }

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

border-color css

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

 span { border-color: rgb(159,223,204); }

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