#9FE3DD

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

Shades of Sinbad #9FE3DD

Tints of Sinbad #9FE3DD

Color information

#9FE3DD (or 0x9FE3DD) is unknown color: approx Sinbad. HEX triplet: 9F, E3 and DD. RGB value is (159,227,221). Sum of RGB (Red+Green+Blue) = 159+227+221=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3DD is #601C22. Grayscale: #CDCDCD. Windows color (decimal): -6298659 or 14541727. OLE color: 14541727.

HSL color Cylindrical-coordinate representation of color #9FE3DD: hue angle of 174.71º 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 #9FE3DD is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB159227221-
CMYK0.3000.030.11
HSL174.71º54.84%75.69%-
HSV(B)174.71º29.96%89.02%-
XYZ54.8267.5378.55-
YUV205.98136.4794.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.19%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=26.19%
G=37.40%
B=36.41%

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
Decimal1592272210.3000.030.11174.7154.8475.69
Hex9FE3DD1E03Baf374c
Octal23734333536031325767114
Binary100111111110001111011101111100111011101011111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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