#9FE1DD

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

Shades of Sinbad #9FE1DD

Tints of Sinbad #9FE1DD

Color information

#9FE1DD (or 0x9FE1DD) is unknown color: approx Sinbad. HEX triplet: 9F, E1 and DD. RGB value is (159,225,221). Sum of RGB (Red+Green+Blue) = 159+225+221=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1DD is #601E22. Grayscale: #CCCCCC. Windows color (decimal): -6299171 or 14541215. OLE color: 14541215.

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

Color convert

RGB159225221-
CMYK0.2900.020.12
HSL176.36º52.38%75.29%-
HSV(B)176.36º29.33%88.24%-
XYZ54.2766.4478.37-
YUV204.81137.1395.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.28%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=26.28%
G=37.19%
B=36.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592252210.2900.020.12176.3652.3875.29
Hex9FE1DD1D02Cb0344b
Octal23734133535021426064113
Binary100111111110000111011101111010101100101100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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