#9DD4CA

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

Shades of Sinbad #9DD4CA

Tints of Sinbad #9DD4CA

Color information

#9DD4CA (or 0x9DD4CA) is unknown color: approx Sinbad. HEX triplet: 9D, D4 and CA. RGB value is (157,212,202). Sum of RGB (Red+Green+Blue) = 157+212+202=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD4CA is #622B35. Grayscale: #C2C2C2. Windows color (decimal): -6433590 or 13292701. OLE color: 13292701.

HSL color Cylindrical-coordinate representation of color #9DD4CA: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4CA is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB157212202-
CMYK0.2600.050.17
HSL169.09º39.01%72.35%-
HSV(B)169.09º25.94%83.14%-
XYZ48.1158.5264.64-
YUV194.42132.28101.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.50%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=27.50%
G=37.13%
B=35.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572122020.2600.050.17169.0939.0172.35
Hex9DD4CA1A0511a92748
Octal23532431232052125147110
Binary10011101110101001100101011010010110001101010011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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