#9FE0DD

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

Shades of Sinbad #9FE0DD

Tints of Sinbad #9FE0DD

Color information

#9FE0DD (or 0x9FE0DD) is unknown color: approx Sinbad. HEX triplet: 9F, E0 and DD. RGB value is (159,224,221). Sum of RGB (Red+Green+Blue) = 159+224+221=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0DD is #601F22. Grayscale: #CCCCCC. Windows color (decimal): -6299427 or 14540959. OLE color: 14540959.

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

Color convert

RGB159224221-
CMYK0.2900.010.12
HSL177.23º51.18%75.1%-
HSV(B)177.23º29.02%87.84%-
XYZ5465.978.28-
YUV204.22137.4795.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.32%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=26.32%
G=37.09%
B=36.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592242210.2900.010.12177.2351.1875.1
Hex9FE0DD1D01Cb1334b
Octal23734033535011426163113
Binary10011111111000001101110111101011100101100011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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