#9FE3DC

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

Shades of Sinbad #9FE3DC

Tints of Sinbad #9FE3DC

Color information

#9FE3DC (or 0x9FE3DC) is unknown color: approx Sinbad. HEX triplet: 9F, E3 and DC. RGB value is (159,227,220). Sum of RGB (Red+Green+Blue) = 159+227+220=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3DC is #601C23. Grayscale: #CDCDCD. Windows color (decimal): -6298660 or 14476191. OLE color: 14476191.

HSL color Cylindrical-coordinate representation of color #9FE3DC: hue angle of 173.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3DC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB159227220-
CMYK0.3000.030.11
HSL173.82º54.84%75.69%-
HSV(B)173.82º29.96%89.02%-
XYZ54.6967.4877.85-
YUV205.87135.9794.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.24%
GREEN value IS 227 (89.06% from 255) = 37.46%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=26.24%
G=37.46%
B=36.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592272200.3000.030.11173.8254.8475.69
Hex9FE3DC1E03Bae374c
Octal23734333436031325667114
Binary100111111110001111011100111100111011101011101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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