#9FE1DC

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

Shades of Sinbad #9FE1DC

Tints of Sinbad #9FE1DC

Color information

#9FE1DC (or 0x9FE1DC) is unknown color: approx Sinbad. HEX triplet: 9F, E1 and DC. RGB value is (159,225,220). Sum of RGB (Red+Green+Blue) = 159+225+220=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1DC is #601E23. Grayscale: #CCCCCC. Windows color (decimal): -6299172 or 14475679. OLE color: 14475679.

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

Color convert

RGB159225220-
CMYK0.2900.020.12
HSL175.45º52.38%75.29%-
HSV(B)175.45º29.33%88.24%-
XYZ54.1466.3977.67-
YUV204.7136.6395.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=26.32%
G=37.25%
B=36.42%

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
Decimal1592252200.2900.020.12175.4552.3875.29
Hex9FE1DC1D02Caf344b
Octal23734133435021425764113
Binary100111111110000111011100111010101100101011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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