Html Css Color HEX #9FDDCA Scandal

📋 copy color: '#9FDDCA'

red 159 ◦ green 221 ◦ blue 202

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

Shades of Scandal #9FDDCA

Tints of Scandal #9FDDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

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

R = 27.32%
G = 37.97%
B = 34.71%

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

#9FDDCA (or 0x9FDDCA) is known color: Scandal. HEX triplet: 9F, DD and CA. RGB value is (159,221,202). Sum of RGB (Red+Green+Blue) = 159+221+202=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDCA is #602235. Grayscale: #C8C8C8. Windows color (decimal): -6300214 or 13295007. OLE color: 13295007.

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

Color convert

RGB 159 221 202 -
CMYK 0.28 0 0.09 0.13
HSL 161.61º 0.48% 0.75% -
HSV(B) 161.61º 0.28% 0.87% -
XYZ 50.82 63.35 65.43 -
YUV 200.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 159 221 202 0.28 0 0.09 0.13 161.61 0.48 0.75
Hex 9F DD CA 1C 0 9 D A2 30 4B
Octal 237 335 312 34 0 11 15 242 60 113
Binary 10011111 11011101 11001010 11100 0 1001 1101 10100010 110000 1001011

Color Harmonies of #9FDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDCA

Black with #9FDDCA

Text Example


Text Example

White with #9FDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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