#9FE1D3

Color #9FE1D3 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #9FE1D3

Tints of Scandal #9FE1D3

Color information

#9FE1D3 (or 0x9FE1D3) is unknown color: approx Scandal. HEX triplet: 9F, E1 and D3. RGB value is (159,225,211). Sum of RGB (Red+Green+Blue) = 159+225+211=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1D3 is #601E2C. Grayscale: #CBCBCB. Windows color (decimal): -6299181 or 13885855. OLE color: 13885855.

HSL color Cylindrical-coordinate representation of color #9FE1D3: hue angle of 167.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1D3 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB159225211-
CMYK0.2900.060.12
HSL167.27º52.38%75.29%-
HSV(B)167.27º29.33%88.24%-
XYZ52.9865.9271.56-
YUV203.67132.1396.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.72%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 211 (82.81% from 255) = 35.46%
R=26.72%
G=37.82%
B=35.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592252110.2900.060.12167.2752.3875.29
Hex9FE1D31D06Ca7344b
Octal23734132335061424764113
Binary1001111111100001110100111110101101100101001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,225,211); }

 H1.HeaderClassName
 {
   color: #9FE1D3;
 }
 .AnyTagClassName
 {
   color: #9FE1D3;
 }
</style>
background-color css

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

 a { background-color: rgb(159,225,211); }

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

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

 span { border-color: rgb(159,225,211); }

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