Html Css Color HEX #9FDFCA Scandal

📋 copy color: '#9FDFCA'

red 159 ◦ green 223 ◦ blue 202

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

Shades of Scandal #9FDFCA

Tints of Scandal #9FDFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 27.23%
G = 38.18%
B = 34.59%

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

#9FDFCA (or 0x9FDFCA) is known color: Scandal. HEX triplet: 9F, DF and CA. RGB value is (159,223,202). Sum of RGB (Red+Green+Blue) = 159+223+202=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFCA is #602035. Grayscale: #C9C9C9. Windows color (decimal): -6299702 or 13295519. OLE color: 13295519.

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

Color convert

RGB 159 223 202 -
CMYK 0.29 0 0.09 0.13
HSL 160.31º 0.5% 0.75% -
HSV(B) 160.31º 0.29% 0.87% -
XYZ 51.35 64.41 65.6 -
YUV 201.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 159 223 202 0.29 0 0.09 0.13 160.31 0.5 0.75
Hex 9F DF CA 1D 0 9 D A0 32 4B
Octal 237 337 312 35 0 11 15 240 62 113
Binary 10011111 11011111 11001010 11101 0 1001 1101 10100000 110010 1001011

Color Harmonies of #9FDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFCA

Black with #9FDFCA

Text Example


Text Example

White with #9FDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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