#9DD6CF

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

Shades of Sinbad #9DD6CF

Tints of Sinbad #9DD6CF

Color information

#9DD6CF (or 0x9DD6CF) is unknown color: approx Sinbad. HEX triplet: 9D, D6 and CF. RGB value is (157,214,207). Sum of RGB (Red+Green+Blue) = 157+214+207=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD6CF is #622930. Grayscale: #C4C4C4. Windows color (decimal): -6433073 or 13620893. OLE color: 13620893.

HSL color Cylindrical-coordinate representation of color #9DD6CF: hue angle of 172.63º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6CF is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB157214207-
CMYK0.2700.030.16
HSL172.63º41.01%72.75%-
HSV(B)172.63º26.64%83.92%-
XYZ49.2159.7767.97-
YUV196.16134.12100.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=27.16%
G=37.02%
B=35.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572142070.2700.030.16172.6341.0172.75
Hex9DD6CF1B0310ad2949
Octal23532631733032025551111
Binary1001110111010110110011111101101110000101011011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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