#9DDBD6

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

Shades of Sinbad #9DDBD6

Tints of Sinbad #9DDBD6

Color information

#9DDBD6 (or 0x9DDBD6) is unknown color: approx Sinbad. HEX triplet: 9D, DB and D6. RGB value is (157,219,214). Sum of RGB (Red+Green+Blue) = 157+219+214=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBD6 is #622429. Grayscale: #C7C7C7. Windows color (decimal): -6431786 or 14080925. OLE color: 14080925.

HSL color Cylindrical-coordinate representation of color #9DDBD6: hue angle of 175.16º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBD6 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB157219214-
CMYK0.2800.020.14
HSL175.16º46.27%73.73%-
HSV(B)175.16º28.31%85.88%-
XYZ51.3762.6973.01-
YUV199.89135.9697.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=26.61%
G=37.12%
B=36.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572192140.2800.020.14175.1646.2773.73
Hex9DDBD61C02Eaf2e4a
Octal23533332634021625756112
Binary100111011101101111010110111000101110101011111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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