#9DDACF

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

Shades of Sinbad #9DDACF

Tints of Sinbad #9DDACF

Color information

#9DDACF (or 0x9DDACF) is unknown color: approx Sinbad. HEX triplet: 9D, DA and CF. RGB value is (157,218,207). Sum of RGB (Red+Green+Blue) = 157+218+207=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDACF is #622530. Grayscale: #C6C6C6. Windows color (decimal): -6432049 or 13621917. OLE color: 13621917.

HSL color Cylindrical-coordinate representation of color #9DDACF: hue angle of 169.18º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDACF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB157218207-
CMYK0.2800.050.15
HSL169.18º45.19%73.53%-
HSV(B)169.18º27.98%85.49%-
XYZ50.2461.8268.32-
YUV198.51132.7998.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=26.98%
G=37.46%
B=35.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572182070.2800.050.15169.1845.1973.53
Hex9DDACF1C05Fa92d4a
Octal23533231734051725155112
Binary1001110111011010110011111110001011111101010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,207); }

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

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

 a { background-color: rgb(157,218,207); }

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

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

 span { border-color: rgb(157,218,207); }

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