#9DDBD4

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

Shades of Sinbad #9DDBD4

Tints of Sinbad #9DDBD4

Color information

#9DDBD4 (or 0x9DDBD4) is unknown color: approx Sinbad. HEX triplet: 9D, DB and D4. RGB value is (157,219,212). Sum of RGB (Red+Green+Blue) = 157+219+212=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBD4 is #62242B. Grayscale: #C7C7C7. Windows color (decimal): -6431788 or 13949853. OLE color: 13949853.

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

Color convert

RGB157219212-
CMYK0.2800.030.14
HSL173.23º46.27%73.73%-
HSV(B)173.23º28.31%85.88%-
XYZ51.1262.5871.67-
YUV199.66134.9697.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.70%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=26.70%
G=37.24%
B=36.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572192120.2800.030.14173.2346.2773.73
Hex9DDBD41C03Ead2e4a
Octal23533332434031625556112
Binary100111011101101111010100111000111110101011011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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