#9CDAD4

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

Shades of Sinbad #9CDAD4

Tints of Sinbad #9CDAD4

Color information

#9CDAD4 (or 0x9CDAD4) is unknown color: approx Sinbad. HEX triplet: 9C, DA and D4. RGB value is (156,218,212). Sum of RGB (Red+Green+Blue) = 156+218+212=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDAD4 is #63252B. Grayscale: #C6C6C6. Windows color (decimal): -6497580 or 13949596. OLE color: 13949596.

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

Color convert

RGB156218212-
CMYK0.2800.030.15
HSL174.19º45.59%73.33%-
HSV(B)174.19º28.44%85.49%-
XYZ50.6761.9671.58-
YUV198.78135.4697.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.62%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=26.62%
G=37.20%
B=36.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562182120.2800.030.15174.1945.5973.33
Hex9CDAD41C03Fae2e49
Octal23433232434031725656111
Binary100111001101101011010100111000111111101011101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,212); }

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

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

 a { background-color: rgb(156,218,212); }

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

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

 span { border-color: rgb(156,218,212); }

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